public
Description: A quick & dirty git-powered Sinatra wiki
Homepage: http://atonie.org/2008/02/git-wiki
Clone URL: git://github.com/sr/git-wiki.git
update sinatra
sr (author)
Sun May 04 03:59:06 -0700 2008
commit  5108abaf48af3b8d31884bd2573bdf19945c84da
tree    9963474f73d2153cf6ebb160af6631c1f4620db8
parent  34fb708dcf6176f73bc76d111bfd7b30d1649c23
...
134
135
136
137
 
138
139
140
...
159
160
161
162
 
163
164
165
...
208
209
210
211
 
212
213
214
...
220
221
222
223
 
224
225
226
...
235
236
237
238
 
239
240
241
...
134
135
136
 
137
138
139
140
...
159
160
161
 
162
163
164
165
...
208
209
210
 
211
212
213
214
...
220
221
222
 
223
224
225
226
...
235
236
237
 
238
239
240
241
0
@@ -134,7 +134,7 @@ post '/e/:page' do
0
 end
0
 
0
 __END__
0
-## layout
0
+@@ layout
0
 !!! strict
0
 %html
0
   %head
0
@@ -159,7 +159,7 @@ __END__
0
         %a{:href => '/_list'} List
0
     #content= yield
0
 
0
-## show
0
+@@ show
0
 - title @page.name
0
 :javascript
0
   $(document).ready(function() {
0
@@ -208,7 +208,7 @@ __END__
0
 %h1= title
0
 #page_content= @page.body
0
 
0
-## edit
0
+@@ edit
0
 - title "Editing #{@page}"
0
 
0
 %h1= title
0
@@ -220,7 +220,7 @@ __END__
0
     or
0
     %a.cancel{:href=>"/#{@page}"} cancel
0
 
0
-## list
0
+@@ list
0
 - title "Listing pages"
0
 
0
 %h1 All pages
0
@@ -235,7 +235,7 @@ __END__
0
       %li.even= list_item(page)
0
   - end
0
 
0
-## stylesheet
0
+@@ stylesheet
0
 body
0
   :font
0
     family: "Lucida Grande", Verdana, Arial, Bitstream Vera Sans, Helvetica, sans-serif
...
1
 
...
 
1
0
@@ -1 +1 @@
0
-Subproject commit 23999054c6242357a5a2c982301b96ec36bf2a7b
0
+Subproject commit 9c85e99c995c742671ba970defac59e3dfcb7bb5

Comments

    No one has commented yet.