Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
DOT 4.80 KB | None | 0 0
  1. # les droits doivent etre tres larges, ils sont ensuite reduits par le filemask
  2.  
  3.  
  4. mkdir CACHE 0777
  5. mkdir upload 0777
  6. mkdir tpl 0755
  7. mkdir css 0755
  8. mkdir images 0755
  9. mkdir docannexe 0777
  10. mkdir docannexe/file 0777
  11. mkdir docannexe/image 0777
  12. mkdir lodel 0755
  13. mkdir lodel/edition 0755
  14. mkdir lodel/admin 0755
  15.  
  16. htaccess tpl
  17. htaccess CACHE
  18.  
  19. # evite que l'internaute puisse lister ces repertoires
  20. touch docannexe/index.html
  21. touch docannexe/image/index.html
  22. htaccess docannexe/file
  23.  
  24. ###############################################################
  25. ######### repertoire site
  26.  
  27. dirdestination .
  28. dirsource $homelodel
  29.  
  30. dirsource $homesite
  31.  
  32. # lie tous les fichiers du repertoire
  33. ln backend.php
  34. ln index.php
  35. ln signaler.php
  36. ln search.php
  37. #gestion du module OAI
  38. ln oai.php
  39.  
  40. ### desuet. cp tpl
  41.  
  42. dirsource $homesite/lodel/admin
  43. ln tpl/login.html
  44. ln login.php
  45. ln logout.php
  46.  
  47. dirsource $homesite/lodel/edition
  48.  
  49. #
  50.  
  51. mkdir lodel 0755
  52.  
  53. mkdir lodel/sources 0777
  54. htaccess lodel/sources
  55.  
  56. ### repertoire des icones associees aus types et aux classes (dans l'interface Lodel) ###
  57. mkdir lodel/icons 0777
  58. touch lodel/icons/index.html
  59.  
  60. dirsource $homesite/lodel
  61. dirdestination lodel
  62.  
  63. ln index.php
  64.  
  65. ############
  66. ### ajout du formulaire
  67. dirdestination .
  68. dirsource $homesite/lodel/edition
  69. ln tpl/edit_entities_edition.html
  70.  
  71. ###############################################################
  72. ########### edition
  73.  
  74. mkdir lodel/edition 0755
  75. mkdir lodel/edition/tpl 0755
  76. mkdir lodel/edition/CACHE 0777
  77.  
  78. dirdestination lodel/edition
  79.  
  80. htaccess CACHE
  81. htaccess tpl
  82.  
  83. dirsource . # repertoire du site
  84. #ln styles_lodel.css
  85.  
  86. # les logins
  87. dirsource $homesite/lodel/admin
  88. ln tpl/login.html
  89. ln login.php
  90. ln logout.php
  91.  
  92. # tous les fichier de src/lodel/edition
  93. dirsource $homesite/lodel/edition
  94. ln siteconfig.php
  95. ln images
  96. ln css
  97.  
  98.  
  99. # templates rss dans src/lodel/edition/tpl
  100. ln tpl/backend_dashboard_history.html
  101. ln tpl/backend_dashboard_queue.html
  102. ln tpl/backend_dashboard_public_history.html
  103.  
  104. # chaine d'importation
  105. ln oochargement.php
  106. ln tpl/oochargement.html
  107.  
  108. ln checkimport.php
  109. ln tpl/checkimport.html
  110.  
  111. ln tpl/move.html
  112.  
  113. ln tpl/filebrowser.html
  114. ln entitybrowser.php
  115. ln tpl/entitybrowser.html
  116.  
  117. # navigation dans la site
  118.  
  119. ln index.php
  120. ln tpl/edition.html
  121.  
  122. # le dashboard
  123. ln tpl/dashboard_queue.html
  124. ln tpl/dashboard_statistics.html
  125. ln tpl/dashboard_history.html
  126. ln tpl/dashboard_public_history.html
  127. ln tpl/dashboard_information.html
  128. ln tpl/dashboard_me.html
  129.  
  130.  
  131. # suppression et fonctions avancees des documents et publications
  132. ln tpl/delete_confirm.html
  133. ln tpl/unpublish_confirm.html
  134.  
  135. #ln tpl/edit_entities_advanced.html
  136. ln tpl/edit_entities_edition.html
  137.  
  138. # xml
  139. ln tpl/xml-classe.html
  140. ln tpl/xml-valid.html
  141. ln tpl/edit_xml.html
  142.  
  143. #search_engine
  144. ln search.php
  145. ln tpl/search.html
  146.  
  147. # sitemap
  148. ln tpl/sitemap.html
  149.  
  150. ###############################################################
  151. ############# admin
  152.  
  153. mkdir lodel/admin 0755
  154. mkdir lodel/admin/tpl 0755
  155. mkdir lodel/admin/CACHE 0777
  156.  
  157. dirdestination lodel/admin
  158.  
  159. htaccess CACHE
  160. htaccess tpl
  161.  
  162. dirsource . # repertoire du site
  163. #ln styles_lodel.css
  164.  
  165. dirsource $homesite/lodel/edition
  166. ln tpl/filebrowser.html
  167.  
  168. # les logins
  169. dirsource $homesite/lodel/admin
  170. ln siteconfig.php
  171. ln tpl/login.html
  172. ln login.php
  173. ln logout.php
  174. ln loginHTTP.php
  175. #
  176.  
  177. ln css
  178.  
  179. ln index.php
  180. ln tpl/index.html
  181.  
  182. ln tpl/optiongroups.html
  183. ln tpl/edit_options.html
  184. ln tpl/edit_optiongroups.html
  185. ln tpl/edit_useroptiongroups.html
  186. ln tpl/edit_servooconf.html
  187.  
  188. ln tpl/edit_restricted_users.html
  189. ln tpl/restricted_users.html
  190.  
  191. ln tpl/edit_texts.html
  192. ln tpl/texts.html
  193. ln tpl/translations.html
  194. ln tpl/edit_translations.html
  195. ln tpl/import_translations.html
  196.  
  197. ln tpl/edit_types.html
  198. ln tpl/types.html
  199. ln tpl/edit_classes.html
  200. ln tpl/classes.html
  201.  
  202. ln tpl/edit_internalstyles.html
  203. ln tpl/internalstyles.html
  204. ln tpl/edit_characterstyles.html
  205. ln tpl/characterstyles.html
  206.  
  207. ln tpl/edit_entrytypes.html
  208. ln tpl/entrytypes.html
  209. ln tpl/edit_entries.html
  210. ln tpl/entries.html
  211.  
  212. ln tpl/edit_persontypes.html
  213. ln tpl/persontypes.html
  214. ln tpl/edit_persons.html
  215. ln tpl/persons.html
  216.  
  217.  
  218. ln tpl/edit_tablefieldgroups.html
  219. ln tpl/tablefieldgroups.html
  220. ln tpl/edit_tablefields.html
  221. ln tpl/edit_indextablefields.html
  222.  
  223.  
  224. ln tpl/backup.html
  225. ln tpl/import.html
  226.  
  227. ln tpl/edit_users.html
  228. ln tpl/users.html
  229. ln tpl/users_mail.html
  230.  
  231. ln tpl/plugins.html
  232. ln tpl/edit_plugins.html
  233.  
  234. ln tpl/importmodel.html
  235. ln tpl/backupmodel.html
  236.  
  237. # xml schema
  238. ln tpl/schema-xsd.html
  239.  
  240. #messagerie interne
  241. ln tpl/edit_internal_messaging.html
  242. ln tpl/internal_messaging.html
  243.  
  244. #import xml du ME
  245. ln tpl/importxml_checkcontent.html
  246. ln tpl/importxml_checkfields.html
  247. ln tpl/importxml_checktables.html
  248. ln tpl/importxml_checktypes.html
  249. ln tpl/importxml_checktypes_class.html
  250. ln tpl/importxmlmodel.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement