Page MenuHomeDevCentral

No OneTemporary

diff --git a/provisioning/index.html b/provisioning/index.html
new file mode 100644
index 0000000..422df7b
--- /dev/null
+++ b/provisioning/index.html
@@ -0,0 +1,55 @@
+<!DOCTYPE html>
+
+<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
+<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
+<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
+<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
+<head>
+ <meta charset="utf-8" />
+
+ <!-- Set the viewport width to device width for mobile -->
+ <meta name="viewport" content="width=device-width" />
+
+ <title>Assets — Provisioning</title>
+ <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/foundation/3.2.5/stylesheets/foundation.min.css">
+ <script src="//cdnjs.cloudflare.com/ajax/libs/foundation/3.2.5/javascripts/modernizr.foundation.min.js"></script>
+
+ <!-- IE Fix for HTML5 Tags -->
+ <!--[if lt IE 9]>
+ <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.2/html5shiv.js"></script>
+ <![endif]-->
+
+</head>
+<body>
+
+ <!-- Main Page Content -->
+ <div class="row">
+ <!-- Contact Details -->
+ <div class="nine columns">
+
+ <h3>Provisioning</h3>
+ <p>This web directory contains assets to provision 3rd party API and index systems.</p>
+ <p>More generally, this website serves static resources for various applications and sites.</p>
+ </div>
+ </div>
+ <!-- End Main Content -->
+
+
+ <footer class="row">
+ <div class="twelve columns">
+ <hr />
+ <div class="row">
+ <div class="six columns">
+ 2014
+ </div>
+ <div class="six columns">
+ <ul class="link-list right">
+ <li><a href="http://www.nasqueron.org/">Nasqueron</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </footer>
+</body>
+</html>
diff --git a/provisioning/tools/index.html b/provisioning/tools/index.html
new file mode 100644
index 0000000..549788a
--- /dev/null
+++ b/provisioning/tools/index.html
@@ -0,0 +1,56 @@
+<!DOCTYPE html>
+
+<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
+<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
+<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
+<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
+<head>
+ <meta charset="utf-8" />
+
+ <!-- Set the viewport width to device width for mobile -->
+ <meta name="viewport" content="width=device-width" />
+
+ <title>Assets — Provisioning</title>
+ <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/foundation/3.2.5/stylesheets/foundation.min.css">
+ <script src="//cdnjs.cloudflare.com/ajax/libs/foundation/3.2.5/javascripts/modernizr.foundation.min.js"></script>
+
+ <!-- IE Fix for HTML5 Tags -->
+ <!--[if lt IE 9]>
+ <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.2/html5shiv.js"></script>
+ <![endif]-->
+
+</head>
+<body>
+
+ <!-- Main Page Content -->
+ <div class="row">
+ <!-- Contact Details -->
+ <div class="nine columns">
+
+ <h3>Provisioning</h3>
+ <p>This web directory contains assets with information related to <a href="http://tools.nasqueron.org">Nasqueron Tools</a>.</p>
+ <p>The known consumers are currently <a href="http://www.nasqueron.org/">the search API used on our start page</a> and <a href="http://tools.wmflabs.org/hay/directory/">this directory of tools related to Wikimedia</a>.</p>
+ <p>More generally, this website serves static resources for various applications and sites.</p>
+ </div>
+ </div>
+ <!-- End Main Content -->
+
+
+ <footer class="row">
+ <div class="twelve columns">
+ <hr />
+ <div class="row">
+ <div class="six columns">
+ 2014
+ </div>
+ <div class="six columns">
+ <ul class="link-list right">
+ <li><a href="http://www.nasqueron.org/">Nasqueron</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </footer>
+</body>
+</html>
diff --git a/provisioning/tools/listreplace.toolinfo.json b/provisioning/tools/listreplace.toolinfo.json
new file mode 100644
index 0000000..c5c7332
--- /dev/null
+++ b/provisioning/tools/listreplace.toolinfo.json
@@ -0,0 +1,9 @@
+{
+ "name" : "listreplace",
+ "title" : "List replace",
+ "description" : "Performs regexp replacement in a list. Join and split list items. Useful to clean disambiguation pages, to translate a list from one language to another or improves a list formatting.",
+ "url" : "http://tools.nasqueron.org/lists/replace",
+ "keywords" : "list, regexp, regular expression, replace",
+ "author" : "Sébastien Santoro aka Dereckson",
+ "repository" : "https://github.com/nasqueron/tools.nasqueron.org/tree/master/lists"
+}
diff --git a/provisioning/tools/sourcetemplatesgenerator.toolinfo.json b/provisioning/tools/sourcetemplatesgenerator.toolinfo.json
new file mode 100644
index 0000000..7bcb194
--- /dev/null
+++ b/provisioning/tools/sourcetemplatesgenerator.toolinfo.json
@@ -0,0 +1,10 @@
+{
+ "name" : "sourcetemplatesgenerator",
+ "title" : "Source template generator",
+ "description" : "Generates cite templates, like {{Lien web}}, {{Article}} and {{Ouvrage}} from an URL. Currently offer syntax for French Wikipedia. Extensible code allows to support more Wikimedia project and query specific information on specific websites.",
+ "url" : "http://tools.nasqueron.org/wikimedia/write/sourcetemplatesgenerator/",
+ "keywords" : "cite, citation, sources, template, generator, Lien web, Article, Ouvrage",
+ "author" : "Sébastien Santoro aka Dereckson",
+ "repository" : "https://github.com/dereckson/source-templates-generator"
+}
+

File Metadata

Mime Type
text/x-diff
Expires
Wed, Mar 18, 12:20 (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3537894
Default Alt Text
(5 KB)

Event Timeline