Updated ROC CMS package.iron file.

This commit is contained in:
Jocelyn Fiat
2017-10-17 13:48:12 +02:00
parent 84fe861cdc
commit 49b9ba3f86

View File

@@ -1,41 +1,44 @@
package roc
package ROC
project
cms = "cms-safe.ecf"
cms = "cms.ecf"
cms_model = "library/model/cms_model-safe.ecf"
cms_model = "library/model/cms_model.ecf"
persistence_mysql = "library/persistence/mysql/persistence_mysql-safe.ecf"
persistence_mysql = "library/persistence/mysql/persistence_mysql.ecf"
persistence_sqlite = "library/persistence/sqlite/persistence_sqlite-safe.ecf"
persistence_sqlite = "library/persistence/sqlite/persistence_sqlite.ecf"
basic_auth = "modules/basic_auth/basic_auth-safe.ecf"
basic_auth = "modules/basic_auth/basic_auth.ecf"
node = "modules/node/node-safe.ecf"
node = "modules/node/node.ecf"
demo = "examples/demo/demo-safe.ecf"
store_mysql = "library/persistence/store_mysql/store_mysql-safe.ecf"
persistence_store_odbc = "library/persistence/store_odbc/store_odbc-safe.ecf"
admin = "modules/admin/admin-safe.ecf"
auth_module = "modules/auth/auth-safe.ecf"
cms_blog_module = "modules/blog/cms_blog_module-safe.ecf"
feed_aggregator = "modules/feed_aggregator/feed_aggregator-safe.ecf"
oauth_module = "modules/oauth20/oauth20-safe.ecf"
openid_module = "modules/openid/openid-safe.ecf"
recent_changes = "modules/recent_changes/recent_changes-safe.ecf"
gcse = "library/gcse/gcse-safe.ecf"
gcse = "library/gcse/gcse.ecf"
persistence_sqlite3 = "library/persistence/sqlite3/sqlite3-safe.ecf"
recaptcha = "library/recaptcha/recaptcha-safe.ecf"
recaptcha = "library/recaptcha/recaptcha.ecf"
contact = "modules/contact/contact-safe.ecf"
google_search = "modules/google_search/google_search-safe.ecf"
google_search = "modules/google_search/google_search.ecf"
demo = "examples/demo/demo.ecf"
store_mysql = "library/persistence/store_mysql/store_mysql.ecf"
persistence_store_odbc = "library/persistence/store_odbc/store_odbc.ecf"
admin = "modules/admin/admin.ecf"
auth_module = "modules/auth/auth.ecf"
cms_blog_module = "modules/blog/cms_blog_module.ecf"
feed_aggregator = "modules/feed_aggregator/feed_aggregator.ecf"
oauth_module = "modules/oauth20/oauth20.ecf"
openid_module = "modules/openid/openid.ecf"
recent_changes = "modules/recent_changes/recent_changes.ecf"
seo = "modules/seo/seo-safe.ecf"
session_auth = "modules/session_auth/cms_session_auth-safe.ecf"
cms_taxonomy_module = "modules/taxonomy/taxonomy-safe.ecf"
gcse = "library/gcse/gcse.ecf"
persistence_sqlite3 = "library/persistence/sqlite3/sqlite3.ecf"
recaptcha = "library/recaptcha/recaptcha.ecf"
contact = "modules/contact/contact.ecf"
google_search = "modules/google_search/google_search.ecf"
seo = "modules/seo/seo.ecf"
session_auth = "modules/session_auth/cms_session_auth.ecf"
cms_taxonomy_module = "modules/taxonomy/taxonomy.ecf"
masquerade_auth = "dev_modules/masquerade_auth/masquerade_auth.ecf"
cms_demo_module = "examples/demo/modules/demo/cms_demo_module.ecf"
launcher = "launcher/any.ecf"
cgi_launcher = "launcher/cgi.ecf"
libfcgi_launcher = "launcher/libfcgi.ecf"
standalone_launcher = "launcher/standalone.ecf"
http_client_extension = "library/http_client_extension/http_client_extension.ecf"
store_mysql_fake = "library/persistence/store_mysql_fake/store_mysql.ecf"
comments_module = "modules/comments/comments.ecf"
custom_block_module = "modules/custom_block/custom_block.ecf"
embedded_video = "modules/embedded_video/embedded_video.ecf"
files_module = "modules/files/files.ecf"
google_search_20 = "modules/google_search_20/google_search_20.ecf"
messaging = "modules/messaging/messaging.ecf"
sitemap = "modules/sitemap/sitemap.ecf"
wikitext = "modules/wikitext/wikitext.ecf"
note
title: ROC CMS
@@ -51,9 +54,10 @@ note
- API
- ...
]"
tags: cms,user, web, rest, api,node,module,theme,authentication
copyright: 2011-2016, Jocelyn Fiat, Javier Velilla, Eiffel Software and others
license: "Eiffel Forum License v2 (see https://www.eiffel.com/licensing/forum.txt)"
license: Eiffel Forum License v2 (see https://www.eiffel.com/licensing/forum.txt)
link[license]: https://www.eiffel.com/licensing/forum.txt
link[source]: "Github" https://github.com/EiffelWebFramework/ROC.git
link[doc]: "Documentation" https://github.com/EiffelWebFramework/ROC/blob/master/doc/readme.md