diff --git a/categ/01_domaines.dp b/categ/01_domaines.dp deleted file mode 100644 index f99f7d3..0000000 --- a/categ/01_domaines.dp +++ /dev/null @@ -1,10 +0,0 @@ -# [[Category name]]Description -[[Domaines]]Liste des domaines recensés -# Link title ## HTTP website address ## Link description ## Image filename -#Install Party##http://ip.depotoi.re/##Règles pour faire une Install Party##devices/computer.png -#Lerna##http://lerna.depotoi.re/##Site d'une connaissance éloignée##emblems/emblem-favorite.png -#L'auteur##http://m.depotoi.re/##Contacter l'auteur##status/meeting-chair.png -#Portedesetoiles##http://portedesetoiles.depotoi.re/##Site en travaux permanent sur Stargate SG-1##places/bookmarks.png -#Dépôt Nanoblogger##http://nanoblogger.depotoi.re/##Dépôt pour Nanoblogger##apps/system-file-manager.png -#Dépotoire##http://f.depotoi.re/##Dépôt par défaut de Dépotoire##apps/system-file-manager.png -Arche à blogs##http://arche.depotoi.re##Une arche complète de blogs##actions/go-home.png diff --git a/categ/02_projets.dp b/categ/02_projets.dp deleted file mode 100644 index 3ab8d8b..0000000 --- a/categ/02_projets.dp +++ /dev/null @@ -1,6 +0,0 @@ -[[Projets]]Ensemble des projets hébergés sur la plateforme Dépotoire -BlogBox##http://blogbox.depotoi.re##Projet de blog à la maison sur une petite machine##apps/utilities-file-archiver.png -ELI##http://eli.depotoi.re##Badge StatusNet pour son site web##actions/view-pim-notes.png -Makefly##http://makefly.depotoi.re##Projet de blog statique pour les geeks##makefly-48x48.gif -PorteAil##http://porteail.depotoi.re##Projet de création d'un portail web statique##actions/office-chart-ring.png -Rave Comment##http://rave.depotoi.re/##Service de commentaire##rave.png diff --git a/categ/03_outils.dp b/categ/03_outils.dp deleted file mode 100644 index 719f587..0000000 --- a/categ/03_outils.dp +++ /dev/null @@ -1,4 +0,0 @@ -[[Outils]]Quelques outils dont dispose Dépotoire -Almanax Dofus##http://almanax.depotoi.re##Outil de prévisualisation des 6 prochains jours de l'Almanax de Dofus##dofus.png -Forge##http://forge.depotoi.re##Outil de gestion de projet##forge_64.png -Lighty Dmap##http://dmap.depotoi.re##Carte des ressources Dofus##dofus.png diff --git a/categ/categorie_exemple.txt b/categ/categorie_exemple.txt deleted file mode 100644 index 65b3736..0000000 --- a/categ/categorie_exemple.txt +++ /dev/null @@ -1,5 +0,0 @@ -# This is a comment -[[Example category]]The description of my category -Are you lost?##http://perdu.com##Go to perdu.com website##apps/preferences-system-session-services.png -Exalead##http://exalead.fr##Visit Exalead##apps/preferences-web-browser-shortcuts.png -Google PorteAil Search##http://www.google.com/search?q=porteail&ie=utf-8&oe=utf-8&client=ubuntu&channel=fs##Search PorteAil on Google## diff --git a/categ/display.lua b/categ/display.lua deleted file mode 100755 index 315b923..0000000 --- a/categ/display.lua +++ /dev/null @@ -1,58 +0,0 @@ -#!/usr/bin/env lua - --- display.lua --- Display content of a file and attempt to match some specific words --- author: Olivier DOSSMANN (olivier+lua@dossmann.net) - ---[[ requirement ]]-- -require 'lfs' -- apt-get install liblua5.1-filesystem0 || luarocks install luafilesystem - -function process(filepath) - -- parse given file - for line in io.lines(filepath) do - -- check if this line is a comment ("# my comment"), a category ("[[My category]]Its description") or an element ("Title##Description##URL##Image") - is_comment = string.find(line, '^#+.*') - is_title = string.find(line, '%[%[(.*)%]%](.*)') - is_element = string.find(line, '(.*)##(.*)##(.*)##(.*)') - if is_comment then - -- do nothing because it's a comment - elseif is_title then - title = '' - for t in string.gmatch(line, '%[%[(.*)%]%].*') do title = title .. t end - description ='' - for d in string.gmatch(line, '%[%[.*%]%](.*)') do description = description .. d end - print("TITLE: " .. '\n\t' .. title .. '\n\t' .. description) - elseif is_element then - title = '' - description = '' - url = '' - img = '' - for t in string.gmatch(line, '(.*)##.*##.*##.*') do title = title .. t end - for d in string.gmatch(line, '.*##(.*)##.*##.*') do description = description .. d end - for u in string.gmatch(line, '.*##.*##(.*)##.*') do url = url .. u end - for i in string.gmatch(line, '.*##.*##.*##(.*)') do img = img .. i end - print("ELEMENT: " .. '\n\t' .. title .. '\n\t' .. description .. '\n\t' .. url .. '\n\t' .. img) - end - end -end - -function help() - print('Usage: ' .. arg[0] .. ' FILE...') -end - -if arg and table.getn(arg) > 0 then - for i, file in pairs(arg) do - if i > 0 then - attr = lfs.attributes(file) - if attr and attr.mode == 'file' then - process(file) - else - print('INFO: ' .. file .. ' is not a file or doesn\'t exists.') - end - end - end -else - print('WARNING: No argument given.') - help() - os.exit(1) -end diff --git a/categ/education.txt b/categ/education.txt deleted file mode 100644 index 713d2f0..0000000 --- a/categ/education.txt +++ /dev/null @@ -1,5 +0,0 @@ -# [[Category name]]Description -[[Education]]Education topic -# Link title ## HTTP website address ## Link description ## Image filename -Seeks##http://www.seeks-project.info/search.php/websearch-hp##Decentralized search meta-engine##apps/nepomuk.png -OOo4kids##http://wiki.ooo4kids.org/index.php/Main_Page/fr##Free desktop software for 7-12 year old kids##apps/okteta.png diff --git a/categ/vrac.txt b/categ/vrac.txt deleted file mode 100644 index ae47ded..0000000 --- a/categ/vrac.txt +++ /dev/null @@ -1,8 +0,0 @@ -# [[Category name]]Description -[[Miscellaneous]]Some elements -# Link title ## HTTP website address ## Link description ## Image filename -Inkscape##http://inkscape.org/##Vectorial creation software##apps/inkscape.png -Wine##http://www.winehq.org/##Use Windows tools on Linux, BSD, Mac or Solaris##apps/wine.png -Dogmazic##http://www.dogmazic.net/##Free music##devices/multimedia-player.png -Vim##http://www.vim.org/##Shell mode editor##apps/utilities-terminal.png -ChiliProject##https://www.chiliproject.org/##Project management tool##status/script-error.png diff --git a/composants/categories.html b/composants/categories.html deleted file mode 100644 index 8f930ca..0000000 --- a/composants/categories.html +++ /dev/null @@ -1,9 +0,0 @@ - - -

${CATEG_TITLE}

-

${CATEG_DESC}

- -
 
- diff --git a/composants/element.html b/composants/element.html deleted file mode 100644 index 8cc2a2e..0000000 --- a/composants/element.html +++ /dev/null @@ -1,10 +0,0 @@ -
  • - - - ${ELEMENT_TITLE}
    - - ${IMG_DESC} -
    -
    -
  • - diff --git a/composants/html5.js b/composants/html5.js deleted file mode 100644 index 6dd03a4..0000000 --- a/composants/html5.js +++ /dev/null @@ -1,3 +0,0 @@ -// html5shiv MIT @rem remysharp.com/html5-enabling-script -// iepp v1.6.2 MIT @jon_neal iecss.com/print-protector -/*@cc_on(function(a,b){function r(a){var b=-1;while(++b";return a.childNodes.length!==1}())){a.iepp=a.iepp||{};var c=a.iepp,d=c.html5elements||"abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",e=d.split("|"),f=e.length,g=new RegExp("(^|\\s)("+d+")","gi"),h=new RegExp("<(/*)("+d+")","gi"),i=/^\s*[\{\}]\s*$/,j=new RegExp("(^|[^\\n]*?\\s)("+d+")([^\\n]*)({[\\n\\w\\W]*?})","gi"),k=b.createDocumentFragment(),l=b.documentElement,m=l.firstChild,n=b.createElement("body"),o=b.createElement("style"),p=/print|all/,q;c.getCSS=function(a,b){if(a+""===undefined)return"";var d=-1,e=a.length,f,g=[];while(++d - - - ${TITLE} - - - - - - -
    -

    ${PORTEAIL_TITLE}

    -
    - - -
    - ${INTRODUCTION} - ${CONTENT} -
    - -${MENU} - - - - - - diff --git a/composants/intro.html b/composants/intro.html deleted file mode 100644 index cf955ba..0000000 --- a/composants/intro.html +++ /dev/null @@ -1,4 +0,0 @@ - -

    Depotoire est un ensemble de sites webs divers et variés qui ne suivent aucune règle particulière.

    -

    Tout ce qu'il faut pour qu'un site existe : avoir la permission du possesseur de ce domaine.

    - diff --git a/composants/introduction.html b/composants/introduction.html deleted file mode 100644 index 8885dba..0000000 --- a/composants/introduction.html +++ /dev/null @@ -1,11 +0,0 @@ - -

    - This message permit to introduce our webpage subject and quickly explain why this website exists, why all these categories, elements, etc.
    - This one is editable in introduction.html file located in composants directory from main PorteAil directory. -

    -

    - For more information about PorteAil, please refer to README.md file situated in PorteAil main directory. -

    -

    - Categories are filled in categ directory in which some example file should be talkative for you. This will allow you to generate your first PorteAil homepage. -

    diff --git a/composants/menu.html b/composants/menu.html deleted file mode 100644 index 5f8a6ea..0000000 --- a/composants/menu.html +++ /dev/null @@ -1,11 +0,0 @@ - - diff --git a/content/apps/02_projets.md b/content/apps/02_projets.md index 7cd27a4..4a8a866 100644 --- a/content/apps/02_projets.md +++ b/content/apps/02_projets.md @@ -6,7 +6,6 @@ title = "Nos projets" +++ * {{< button title="Forge" href="http://forge.depotoi.re" src="forge_64.png" >}} - * {{< button title="BlogBox" href="http://blogbox.depotoi.re" src="apps/utilities-file-archiver.png" >}} * {{< button title="ELI" href="http://eli.depotoi.re" src="actions/view-pim-notes.png" >}} * {{< button title="Makefly" href="http://makefly.depotoi.re" src="makefly-48x48.gif" >}} * {{< button title="hugo-portal" href="http://github.com/blankoworld/hugo-portal" src="actions/office-chart-ring.png" >}}