Loading...
 
Skip to main content

History: Collaborative_Multilingual_Terminology

Source of version: 96

Copy to clipboard
            This is where we'll build a profile

This will emulate:
http://htaglossary.net/


!Features & settings
{CODE(caption=>YAML)}
instructions: Get Started with Multilingual Terminology
preferences:
 feature_wiki : y
#
# Page title only displayed once, so we can't use page title
# to display the term. Instead, ask the user to enter the
# term on the first line
#
 feature_page_title : n
 feature_messages: y
 feature_multilingual : y
 feature_categoryobjects: y
 wiki_edit_plugin: y
 wiki_comments_displayed_default: n
 feature_translation: y
 feature_urgent_translation: y 
 quantify_changes: y 
 feature_categories: y
 feature_freetags: y
 feature_wiki_description: y
 feature_search: y
 feature_print_indexed: y
 feature_multilingual_one_page: y
 feature_mytiki: y
 feature_userPreferences: y
 feature_wiki_comments: y
 wiki_comments_displayed_default: y
 allowRegister: y
 validateRegistration: y
 auth_ldap_adminuser: y
 auth_ldap_adminpass: y
 useUrlIndex: y
 tikiIndex: $collaborative_terminology_platform_include_get_started_with_multilingual_terminology
 validateUsers: n
{CODE}

removing for now:
 wikiHomePage: Get Started with Multilingual Terminology
!Modules
{CODE(caption=>YAML)}
objects:
 -
  type: module
  ref: module_translation
  data:
   name: translation
   position: right
   groups: [ Registered, Anonymous ] 
   order: 10
 -
  type: module
  ref: module_quick_edit
  data:
   name: quick_edit
   position: right
   groups: [ Registered ]
   order: 20
 -
  type: module
  ref: module_since_last_visit_new
  data:
   name: since_last_visit_new
   position: right
   groups: [ Registered ]
   order: 30
 -
  type: module
  ref: module_switch_lang
  data:
   name: module_switch_lang
   position: right
   groups: [ Registered, Anonymous ] 
   order: 25
{CODE}

!Wiki

This is where we include some wiki pages
{LISTPAGES(find="collaborative_terminology_platform")}{LISTPAGES}
collaborative_terminology_platform_include_module


{CODE(caption=>YAML)}
objects:
  -
    type: module
    data:
      name: last_modif_pages
      position: right
      order: 1
      groups: [ Editors, Registered, Admins ]
  -
    type: wiki_page
    ref: collaborative_terminology_platform_include_get_started_with_multilingual_terminology
    data:
      name: Get Started with Multilingual Terminology
      lang: en
      content: wikicontent:collaborative_terminology_platform_include_Get_Started_with_Multilingual_Terminology_include
  -
    type: wiki_page
    ref: collaborative_terminology_platform_include_admin_page    
    data:
      name: Admin page
      lang: en
      content: wikicontent:collaborative_terminology_platform_include_admin_page
  -
    type: wiki_page
    ref: collaborative_terminology_platform_include_register_and_set_your_languages
    data:
      name: Register and Set your Languages
      lang: en
      content: wikicontent:collaborative_terminology_platform_include_register_and_set_your_languages
  -
    type: wiki_page
    ref: collaborative_terminology_platform_rss_feed
    data:
      name: RSS feed
      lang: en
      content: wikicontent:collaborative_terminology_platform_rss_feed
      translations: [ $collaborative_terminology_platform_fil_rss]
  -
    type: wiki_page
    ref: collaborative_terminology_platform_fil_rss
    data:
      name: Fil rss
      lang: fr      
      content: wikicontent:collaborative_terminology_platform_fil_rss
  -
    type: wiki_page
    ref: collaborative_terminology_platform_wiki_engine
    data:
      name: Wiki engine
      lang: en      
      content:wikicontent:collaborative_terminology_platform_wiki_engine
      translations: [ $collaborative_terminology_platform_moteur_wiki]
  -
    type: wiki_page
    ref: collaborative_terminology_platform_moteur_wiki
    data:
      name: Moteur wiki
      lang: fr      
      content:wikicontent:collaborative_terminology_platform_moteur_wiki  
  -
    type: wiki_page
    ref: collaborative_terminology_platform_tagging
    data:
      name: tagging
      lang: en      
      content:wikicontent:collaborative_terminology_platform_tagging
      translations: [ $collaborative_terminology_platform_taggage]
  -
    type: wiki_page
    ref: collaborative_terminology_platform_taggage
    data:
      name: taggage
      lang: fr      
      content:wikicontent:collaborative_terminology_platform_taggage

{CODE}




!Permissions
{CODE(caption=>YAML, wrap=1)}
objects:
 -
  ref: Multilingual_Permissions
permissions:
 Anonymous:
  allow:
   -view
   -comment
   -wiki_view_comments
   -post_comments
   -search
   -search_categorized
   -view_categories
 Registered:
  description: Will be ignored because group is already created
  allow:
   -view_categories
 Editors:
  description: Can edit & delete all content
  allow:
   -edit
   -rename
   -admin_categories
 Admins:
  description: Have all rights
  allow: [ admin ]
{CODE}


!Questions to answer

* How do I set up the glossary profile and make it multilingual?
* How do I create a glossary entry in say, French?
* Given an entry in say, French, how do I create the corresponding entry in say, English?
* How do I avoid reinventing the wheel? For example, say I create a French entry for word X, and then want to create the corresponding entry Y in English, but someone already created Y, how do I find out about it and tie the two together. In particular, what happens if the existing Y is a very slight variation on the Y that I am currently trying to create (eg: I am creating the verb form, whereas the existing Y used the noun form)?
* I don't want to change an entry... just comment on it.
* How can I respond to someone else's comment?
* Can I create an entry in French that has more than one English equivalent?
* How do I create a domain hierarchy?



!Todo


* Make it so that comments are invisible by default 
** Pofiling of that feature  does not seem to work.
** For now, just added instructions on the admin guide telling them to do this manually.
* Profile does not correctly set the home page to be the Get Started page.

* The guide should provide instructions about using categories to assign domains.

* Right now, categories take too much space
** Displays categories, plus list of pages in each category.
** Marc says you can configure it so that you only see the category path at the top. Chang profile so it does that.
** Note: This will end up only showing the categories for the page corresponding to the first language. So, if the categories assigned to the French and English pages are not the same, only categories assigned to the page that corresponds to the URL will be displayed.

* Guide  should provide instructions about how to manage users.
** Ask for email notification of new users.
** Move new users from Registered to Editors soon after registering.

* Guide should bring users attention to the __Last changes__ module as a way to keep track of what others do. Also, explain the page tracking feature.

* Should editors be allowed to control addition, deletion of categories?
** Editors should definitely be allowed to assign categories to pages. But should they be allowed to create new categories, or delete existing ones?

* The guide should provide instructions about creating disambiguation pages.

* Add page tracking.

* Have a standard template for terminology entry (ex: synonnyms, etc...)

* Make it so that the home page is bilingual.

* Put a new users dashboard for admins, so they can move new users to the Editors group.

* Limit term search to a particular language. 

* Need language indicator in front of the term in the list of equivalents. Ex: fr: Fil RSS, en: RSS feed.



        

History

Information Version
Thu 28 of Dec, 2023 17:00 GMT-0000 Marc Laporte warning 621
Fri 14 of Jul, 2017 11:44 GMT-0000 luciash d' being 🧙 mark broken link 620
Tue 24 of Jan, 2017 11:09 GMT-0000 Xavi (as xavidp - admin) adding a space between "-" and the permission name to have th enew yaml library in 16.x accept the syntax (it was probably invalid yaml being tolerated only by the former yaml library and not allowed) 619
Wed 18 of Apr, 2012 19:00 GMT-0000 Marc Laporte more 618
Wed 18 of Apr, 2012 17:22 GMT-0000 Marc Laporte more 617
Wed 18 of Apr, 2012 16:59 GMT-0000 Marc Laporte more 616
Wed 18 of Apr, 2012 16:57 GMT-0000 Marc Laporte more 615
Wed 18 of Apr, 2012 16:50 GMT-0000 Marc Laporte more 614
Wed 18 of Apr, 2012 16:48 GMT-0000 Marc Laporte more 613
Wed 18 of Apr, 2012 16:45 GMT-0000 Marc Laporte more 612
Wed 18 of Apr, 2012 16:42 GMT-0000 Marc Laporte more stuff todo! 611
Wed 18 of Apr, 2012 16:39 GMT-0000 Marc Laporte new stuff 610
Sun 18 of Mar, 2012 20:53 GMT-0000 Greg Wheat Moved to needs a bit more coding 609
Fri 03 of Dec, 2010 13:31 GMT-0000 Marc Laporte Should be obvious 608
Tue 14 of Sep, 2010 02:10 GMT-0000 Marc Laporte cleaner 607
Mon 15 of Feb, 2010 21:27 GMT-0000 alain_desilets 606
Mon 15 of Feb, 2010 21:25 GMT-0000 alain_desilets 605
Mon 15 of Feb, 2010 19:37 GMT-0000 alain_desilets 604
Mon 15 of Feb, 2010 19:20 GMT-0000 alain_desilets 602
Wed 03 of Feb, 2010 20:57 GMT-0000 alain_desilets 601
Sun 24 of Jan, 2010 12:07 GMT-0000 alain_desilets 600
Tue 22 of Dec, 2009 21:48 GMT-0000 alain_desilets 599
Tue 22 of Dec, 2009 16:56 GMT-0000 alain_desilets 598
Tue 22 of Dec, 2009 16:48 GMT-0000 alain_desilets 597
Tue 22 of Dec, 2009 16:38 GMT-0000 alain_desilets 596