public
Description: The ultra-lightweight ultra-flexible blogging engine with a fetish for birds and misspellings.
Homepage: http://chyrp.net/
Clone URL: git://github.com/vito/chyrp.git
Search Repo:
Click here to lend your support to: chyrp and make a donation at www.pledgie.com !
* Updated README.markdown
* Added further documentation for setField
vito (author)
Fri Jun 27 23:58:10 -0700 2008
commit  2ac325d2ca3a7ebb381db2ea06c7cd4d03ef8b40
tree    3bb200c08909c62c8a19163f49bf4162d3c2db4d
parent  c800164ecb23dbd44df14f21a390fac81943deee
...
6
7
8
9
 
10
 
11
12
13
...
6
7
8
 
9
10
11
12
13
14
0
@@ -6,8 +6,9 @@ Requirements
0
 ============
0
 Chyrp will thrive on virtually any server setup, but we guarantee Chyrp to run on no less than:
0
 
0
-* PHP 5
0
+* PHP 5 >= 5.1.0
0
 * [PDO and PDO\_MYSQL](http://www.php.net/manual/en/ref.pdo-mysql.php) -OR- [PDO and PDO\_SQLITE](http://www.php.net/manual/en/ref.pdo-sqlite.php)
0
+* DateTime installed (PHP 5.1.x marks it as experimental and you need to enable it, but 5.2.x should have it by default.)
0
 * MySQL 4.1 -OR- SQLite 3
0
 * Apache 1.3.3
0
 
...
35
36
37
 
 
 
 
 
 
 
 
 
 
 
38
39
40
...
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
0
@@ -35,6 +35,17 @@
0
     /**
0
      * Function: setField
0
      * Sets the feather's fields for creating/editing posts with that feather.
0
+ *
0
+ * Options:
0
+ * attr - The technical name for the field. Think $post->attr.
0
+ * type - The field type. (text, file, text_block, or select)
0
+ * label - The label for the field.
0
+ * preview - Is this field previewable? (Only use one per feather.)
0
+ * optional - Is this field optional?
0
+ * bookmarklet - What to fill this field by in the bookmarklet.
0
+ * url or page_url - The URL of the page they're viewing when they open the bookmarklet.
0
+ * title or page_title - The title of the page they're viewing when they open the bookmarklet.
0
+ * selection - Their selection on the page they're viewing when they open the bookmarklet.
0
      */
0
     protected function setField($options) {
0
       fallback($options["classes"], array());

Comments

    No one has commented yet.