public
Description: Rails plugin for uploading images as resources, with support for resizing, text stamping, and other special effects.
Homepage: http://fleximage.rubyforge.org
Clone URL: git://github.com/Squeegy/fleximage.git
massive README update
Squeegy (author)
Tue Apr 01 16:05:30 -0700 2008
commit  f497e6a66eade14521b4f340e1db0a20454408db
tree    7d5d198e44ece9bef5f3d4093560879e19c9e37d
parent  da54705dd92b4f87160ec7424b5733a090e5fa41
...
17
18
19
20
 
21
22
...
17
18
19
 
20
21
22
0
@@ -17,6 +17,6 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
0
   rdoc.rdoc_dir = 'rdoc'
0
   rdoc.title = 'Fleximage'
0
   rdoc.options << '--line-numbers' << '--inline-source'
0
- rdoc.rdoc_files.include('README')
0
+ rdoc.rdoc_files.include('README.rdoc')
0
   rdoc.rdoc_files.include('lib/**/*.rb')
0
 end
...
1
 
...
 
1
0
@@ -1 +1 @@
0
-Tue, 01 Apr 2008 14:39:12 -0700
0
+Tue, 01 Apr 2008 16:04:22 -0700
...
20
21
22
23
 
24
25
26
...
20
21
22
 
23
24
25
26
0
@@ -20,7 +20,7 @@
0
 <div id="index">
0
   <h1 class="section-bar">Files</h1>
0
   <div id="index-entries">
0
- <a href="files/README.html">README</a><br />
0
+ <a href="files/README_rdoc.html">README.rdoc</a><br />
0
     <a href="files/lib/fleximage/model_rb.html">lib/fleximage/model.rb</a><br />
0
     <a href="files/lib/fleximage/operator/base_rb.html">lib/fleximage/operator/base.rb</a><br />
0
     <a href="files/lib/fleximage/operator/border_rb.html">lib/fleximage/operator/border.rb</a><br />
...
19
20
21
22
 
23
24
25
...
19
20
21
 
22
23
24
25
0
@@ -19,6 +19,6 @@
0
         <frame src="fr_class_index.html" name="Classes" />
0
         <frame src="fr_method_index.html" name="Methods" />
0
     </frameset>
0
- <frame src="files/README.html" name="docwin" />
0
+ <frame src="files/README_rdoc.html" name="docwin" />
0
 </frameset>
0
 </html>
0
\ No newline at end of file

Comments

    No one has commented yet.