[Lenya Wiki] Update of "ModulesForge" by FlorentAndre
Apache Wiki <[email protected]> Wed, 28 Sep 2011 09:21:16 -0000
| Newsgroups | gmane.comp.cms.lenya.devel |
|---|---|
| Message-ID | <[email protected]> |
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change notification.
The "ModulesForge" page has been changed by FlorentAndre:
http://wiki.apache.org/lenya/ModulesForge?action=diff&rev1=12&rev2=13
## page was renamed from ModulesIdeas
+ * You will find on this page contributor's module ideas, link to implementation and documentation.
+ * If you don't have ASF repository access or modules with licence issues, you can create an [[http://code.google.com/a/apache-extras.org/hosting/search?q=label%3aLenya|apache-extra module]] with your google-code account.
+ * This page is about keep track of module's ideas and status.
- * You will find on this page contributor's module ideas, link to implementation and documentation.
- * If you don't have ASF repository access or modules with licence issues, you can create an apache-extra module (http://code.google.com/a/apache-extras.org/hosting/search?q=label%3aLenya) with your google-code account.
- * This page is about keep track of module's ideas and status.
-
- * For a new module idea, please try to fill this sections :
+ * For a new module idea, please try to fill this sections :
- * Who :
+ * Who :
- * Description :
+ * Description :
- * Status :
+ * Status :
- * Install :
+ * Install :
- * {others sections you find useful}
+ * {others sections you find useful}
= Implementation in progress =
-
=== lenyaDocWriting ===
-
- * Who : Florent
+ * Who : Florent
- * Description :
+ * Description :
- * This is a transformer that allow to create a Lenya document from an xml
+ * This is a transformer that allow to create a Lenya document from an xml
- * Status :
+ * Status :
- * For now, this is the really a first "as is" version of this transformer, so you try it "at your own risk" ! :)
+ * For now, this is the really a first "as is" version of this transformer, so you try it "at your own risk" ! :)
- * Version = 0.1.0
+ * Version = 0.1.0
- * Install :
+ * Install :
- * you can checkout the module here :
+ * you can checkout the module here :
- * svn co http://svn.4sengines.eu/modcontrib/lenyaDocWriting/trunk/
+ * svn co http://svn.4sengines.eu/modcontrib/lenyaDocWriting/trunk/
=== seo module ===
-
- * Who : Florent
+ * Who : Florent
- * Description :
+ * Description :
- * This is a module that give to your site answers to robots.txt and sitemap.xml (http://www.sitemaps.org/index.php)
+ * This is a module that give to your site answers to robots.txt and sitemap.xml (http://www.sitemaps.org/index.php)
- * Status :
+ * Status :
- * Work well for robots.txt, allow you to define one robots.txt for each publication
+ * Work well for robots.txt, allow you to define one robots.txt for each publication
- * Sitemap.xml also work well, when
+ * Sitemap.xml also work well, when
- * you have a lenya proxy definition (issue related to proxy transformer)
+ * you have a lenya proxy definition (issue related to proxy transformer)
- * sitemap is getting from the root url (don't respect this http://www.sitemaps.org/protocol.php#location when call from a subpath : always generating sitemap from the root)
+ * sitemap is getting from the root url (don't respect this http://www.sitemaps.org/protocol.php#location when call from a subpath : always generating sitemap from the root)
- * Download :
+ * Download :
- * svn co http://svn.4sengines.eu/modcontrib/seo/branches/0.1/ seo
+ * svn co http://svn.4sengines.eu/modcontrib/seo/branches/0.1/ seo
- * Install :
+ * Install :
- * read : http://svn.4sengines.eu/modcontrib/seo/branches/0.1/docs/dev-doc.xml
+ * read : http://svn.4sengines.eu/modcontrib/seo/branches/0.1/docs/dev-doc.xml
- * Thanks :
+ * Thanks :
- * Sac, Vik and /Petteri
+ * Sac, Vik and /Petteri
=== Tag-Cloud ===
-
- * Who: Andreas
+ * Who: Andreas
- * Description:
+ * Description:
- * Includes a tag cloud in the page, based on dc:subject meta data (configurable in sitemap)
+ * Includes a tag cloud in the page, based on dc:subject meta data (configurable in sitemap)
- * Font size of tag reflects number of occurences
+ * Font size of tag reflects number of occurences
- * Click on tag calls search to find all occurences
+ * Click on tag calls search to find all occurences
- * Status:
+ * Status:
- * Works, needs testing.
+ * Works, needs testing.
- * Install:
+ * Install:
- * See README.txt in module directory. Already included in defaultfiredocs publication.
+ * See README.txt in module directory. Already included in defaultfiredocs publication.
=== Google Maps ===
-
-
- * Who: Gaurav, Vik, Sachin
+ * Who: Gaurav, Vik, Sachin
- * Description:
+ * Description:
- * Include a google map / google street view in a page
+ * Include a google map / google street view in a page
- * Supports applying css styling to the map
+ * Supports applying css styling to the map
- * Status:
+ * Status:
- * Works, needs testing.
+ * Works, needs testing.
- * Install:
+ * Install:
- * http://svn.4sengines.eu/modcontrib/GoogleMaps/branches/googlemaps-V-0.0.1/
+ * http://svn.4sengines.eu/modcontrib/GoogleMaps/branches/googlemaps-V-0.0.1/
- * See the readme.html in resources/samples
+ * See the readme.html in resources/samples
= Early stage =
-
=== Xmaths module ===
-
- * Who : Florent
+ * Who : Florent
- * Description :
+ * Description :
- * Xmaths is a norm and a transformer
+ * Xmaths is a norm and a transformer
- * This transformer allow you to do mathematics calculus based on a simple xml norm.
+ * This transformer allow you to do mathematics calculus based on a simple xml norm.
- * And more : you can do conditional calculus !
+ * And more : you can do conditional calculus !
- * The result of the transformer is also an xml in the same norm so you can reuse it for another calculus.
+ * The result of the transformer is also an xml in the same norm so you can reuse it for another calculus.
- * In future versions you can implements your own sign operation, thanks to the api
+ * In future versions you can implements your own sign operation, thanks to the api
- * Status :
+ * Status :
- * Actual version is 0.0.2 and have
+ * Actual version is 0.0.2 and have
- * number calculus (classical operator : + , - , / , *)
+ * number calculus (classical operator : + , - , / , *)
- * matrix and scalar calculus
+ * matrix and scalar calculus
- * Conditional implementation for matrix
+ * Conditional implementation for matrix
- * Absolute and order functions implementation
+ * Absolute and order functions implementation
- * Some work on the api have to be done
+ * Some work on the api have to be done
- * Some code cleaning too
+ * Some code cleaning too
- * Install :
+ * Install :
- * svn co http://svn.4sengines.eu/modcontrib/xmaths/branches/xmaths-V-0.0.2/ xmaths
+ * svn co http://svn.4sengines.eu/modcontrib/xmaths/branches/xmaths-V-0.0.2/ xmaths
- * compile as usual, and try the transformer
+ * compile as usual, and try the transformer
= Not active =
-
=== Image gallery ===
-
- * Who : Vik will provide it.
+ * Who : Vik will provide it.
- * Description :
+ * Description :
- * Status :
+ * Status :
- * Install :
+ * Install :
=== Event Registration ===
-
- * Who : Rudolf
+ * Who : Rudolf
- * Description :
+ * Description :
- * Status :
+ * Status :
- * Install :
+ * Install :
=== Feedback form ===
- * Who : Rudolf and Jurgen
+ * Who : Rudolf and Jurgen
- * Description :
+ * Description :
- * Status :
+ * Status :
- * exist.
+ * exist.
- * Install :
+ * Install :
-
=== Forum ===
-
- * Who : Florent
+ * Who : Florent
- * Description :
+ * Description :
- * Status :
+ * Status :
- * interesting in, already doing some "experimental development"
+ * interesting in, already doing some "experimental development"
- * Install :
+ * Install :
=== Search engine optimization ===
-
- * Who : Vik
+ * Who : Vik
- * Description :
+ * Description :
- * Status :
+ * Status :
- * Install :
+ * Install :
=== Event Calendar ===
-
- * Who : Rudolf
+ * Who : Rudolf
- * Description :
+ * Description :
- * Status :
+ * Status :
- * Install :
+ * Install :
=== Comment ===
-
- * Who : Andreas
+ * Who : Andreas
- * Description :
+ * Description :
- * Status :
+ * Status :
- * Install :
+ * Install :
-
-
= Ideas to implement =
-
-
=== Blog ===
- * Who : ?
+ * Who : ?
- * Description :
+ * Description :
- * use of Roller ?
+ * use of Roller ?
- * Status :
+ * Status :
- * Install :
+ * Install :
- * Comment : a first implementation of this exist in Lenya repository, see his status
+ * Comment : a first implementation of this exist in Lenya repository, see his status
=== Chat ===
- * Who : ?
+ * Who : ?
- * Description :
+ * Description :
- * Status :
+ * Status :
- * Install :
+ * Install :
-
=== MediaArchive ===
-
- * Who :
+ * Who :
- * Description :
+ * Description :
- * Status :
+ * Status :
- * Install :
+ * Install :
=== Newsletter ===
-
- * Who :
+ * Who :
- * Description :
+ * Description :
- * Status :
+ * Status :
- * Mail on a user list, asking for solutions
+ * Mail on a user list, asking for solutions
- * Install :
+ * Install :
-
=== Sitemap generation ===
+ * Who :
+ * Description :
+ * Status :
+ * Install :
+ * Notes :
+ * Should be easy to implement, see http://lenya.apache.org/docu20/standardmodules/navigation.html
- * Who :
- * Description :
- * Status :
- * Install :
- * Notes :
- * Should be easy to implement, see http://lenya.apache.org/docu20/standardmodules/navigation.html
-