{{title}}
-{{summary}}
-diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 40529295..00000000 --- a/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 leokhoa - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - diff --git a/__init__.py b/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/__init__.pyc b/__init__.pyc deleted file mode 100644 index 0f8028a0..00000000 Binary files a/__init__.pyc and /dev/null differ diff --git a/about/index.html b/about/index.html deleted file mode 100644 index 15e5b172..00000000 --- a/about/index.html +++ /dev/null @@ -1,227 +0,0 @@ - - - -
- - - - - - -Lorem markdownum Ulixe quaeque magnorum paravi vosque. Quod admissum proiecta et -ipsos favistis mirantur, mea amantem. Naresque Sithoniae et aestus. Aures ille -mille flava aspicit hic pressere, quod mundo -potentior licet.
-if (status_of_ata - faq_ibm) {
- dacSpreadsheet += 1;
-}
-if (string - targetXml >= skyscraper_serp_jpeg) {
- proxy_newsgroup_warm += artInternetDialog(fat(blacklist, faq_dvd,
- frequency_address_text), art_intranet_flash, word(uml, and));
- sdram = localhostPayload(jumperBin, python, system_minimize) - 382790;
- serviceLogic = thread.ibmHackerSampling.tag(kibibyteOpenProtocol,
- webScsiOverclocking, -2 * blobBar);
-} else {
- fileConsole = 11;
- overclockingFormat(memoryPeoplewareWi(database_ftp_basic),
- signature_speakers_post.compression(2, 2));
- design = data_url_disk * trackball_white_file;
-}
-services_media = sequence_wizard_unc;
-if (5 + boolean * scanAndVisual > hit_emulation_text) {
- threadHttps = technology_avatar_esports;
- bookmarkPrinter += file_netmask(leak_word(access_card,
- websiteDirectWave));
- dnsCrossplatform = installSkyscraper.grayscaleRw(architecture,
- mousePageTiger, address) + enginePageFirewire / radcab_tablet;
-}
-if (adfCompression > digital_aiff / 1) {
- torrent += 3;
-} else {
- snmpReaderSo /= integratedInfringement;
-}
-
-Bonis quidem est contigit votum digitosque certe, currus plura et imagine? Nare -nec annos verbis: esse opem capillis ipse proles, nec has. Citharae copia cursus -videri indeploratum utque supprimit uteri resto manibus. Mihi haec versus, de -iovis iactant, nec quaque tu sagitta gravi curvataque.
-Limina adopertam ille: tyranno crepuitque vultibus me piget in. Senis tenentem -differt a prior pressum exiguus ira iuvere imis flexi herbis simul, properant -cupioque stamine. Forma carina canit intrasse et ipse fertilitatis actis -prohibent fallere.
-Reliquit acris vite mundi insignis densas, cremarat corporis, os Pallas favorem -nunc! Et nox equo tempora me Persea, qui utentem videoque sinu? Bracchia -carmine et illa verum ulciscitur Paraetonium forma tristia, Iovem inter et -omnibus amorem, pectore sed.
-spoolHot = simplex;
-ppc = dFriendly(frame + 242684, ispWeb);
-dllCpu(link(file_contextual), ctr, 1 + software_format);
-var app = ssid_gif_gpu.cdPhp.newlineScrollLaptop(service_t.e_trojan(
- bashStorage(2, print_website_hard)));
-
-Domum me ultor divellere, habenas imago sic, Aiax. Aeacus avem foret temptant: -veluti qualis vincetis excussit ista tibi harundine sororis. Igne memor -habili videntur! Omnes saxa, ille manes: cui, tibi, post.
- -{{summary}}
-No results found
"); - } - - if(jQuery){ - /* - * We currently only automatically hide bootstrap models. This - * requires jQuery to work. - */ - jQuery('#mkdocs_search_modal a').click(function(){ - jQuery('#mkdocs_search_modal').modal('hide'); - }) - } - - }; - - var search_input = document.getElementById('mkdocs-search-query'); - - var term = getSearchTerm(); - if (term){ - search_input.value = term; - search(); - } - - search_input.addEventListener("keyup", search); - -}); diff --git a/mkdocs/js/text.js b/mkdocs/js/text.js deleted file mode 100644 index 17921b6e..00000000 --- a/mkdocs/js/text.js +++ /dev/null @@ -1,390 +0,0 @@ -/** - * @license RequireJS text 2.0.12 Copyright (c) 2010-2014, The Dojo Foundation All Rights Reserved. - * Available via the MIT or new BSD license. - * see: http://github.com/requirejs/text for details - */ -/*jslint regexp: true */ -/*global require, XMLHttpRequest, ActiveXObject, - define, window, process, Packages, - java, location, Components, FileUtils */ - -define(['module'], function (module) { - 'use strict'; - - var text, fs, Cc, Ci, xpcIsWindows, - progIds = ['Msxml2.XMLHTTP', 'Microsoft.XMLHTTP', 'Msxml2.XMLHTTP.4.0'], - xmlRegExp = /^\s*<\?xml(\s)+version=[\'\"](\d)*.(\d)*[\'\"](\s)*\?>/im, - bodyRegExp = /]*>\s*([\s\S]+)\s*<\/body>/im, - hasLocation = typeof location !== 'undefined' && location.href, - defaultProtocol = hasLocation && location.protocol && location.protocol.replace(/\:/, ''), - defaultHostName = hasLocation && location.hostname, - defaultPort = hasLocation && (location.port || undefined), - buildMap = {}, - masterConfig = (module.config && module.config()) || {}; - - text = { - version: '2.0.12', - - strip: function (content) { - //Strips declarations so that external SVG and XML - //documents can be added to a document without worry. Also, if the string - //is an HTML document, only the part inside the body tag is returned. - if (content) { - content = content.replace(xmlRegExp, ""); - var matches = content.match(bodyRegExp); - if (matches) { - content = matches[1]; - } - } else { - content = ""; - } - return content; - }, - - jsEscape: function (content) { - return content.replace(/(['\\])/g, '\\$1') - .replace(/[\f]/g, "\\f") - .replace(/[\b]/g, "\\b") - .replace(/[\n]/g, "\\n") - .replace(/[\t]/g, "\\t") - .replace(/[\r]/g, "\\r") - .replace(/[\u2028]/g, "\\u2028") - .replace(/[\u2029]/g, "\\u2029"); - }, - - createXhr: masterConfig.createXhr || function () { - //Would love to dump the ActiveX crap in here. Need IE 6 to die first. - var xhr, i, progId; - if (typeof XMLHttpRequest !== "undefined") { - return new XMLHttpRequest(); - } else if (typeof ActiveXObject !== "undefined") { - for (i = 0; i < 3; i += 1) { - progId = progIds[i]; - try { - xhr = new ActiveXObject(progId); - } catch (e) {} - - if (xhr) { - progIds = [progId]; // so faster next time - break; - } - } - } - - return xhr; - }, - - /** - * Parses a resource name into its component parts. Resource names - * look like: module/name.ext!strip, where the !strip part is - * optional. - * @param {String} name the resource name - * @returns {Object} with properties "moduleName", "ext" and "strip" - * where strip is a boolean. - */ - parseName: function (name) { - var modName, ext, temp, - strip = false, - index = name.indexOf("."), - isRelative = name.indexOf('./') === 0 || - name.indexOf('../') === 0; - - if (index !== -1 && (!isRelative || index > 1)) { - modName = name.substring(0, index); - ext = name.substring(index + 1, name.length); - } else { - modName = name; - } - - temp = ext || modName; - index = temp.indexOf("!"); - if (index !== -1) { - //Pull off the strip arg. - strip = temp.substring(index + 1) === "strip"; - temp = temp.substring(0, index); - if (ext) { - ext = temp; - } else { - modName = temp; - } - } - - return { - moduleName: modName, - ext: ext, - strip: strip - }; - }, - - xdRegExp: /^((\w+)\:)?\/\/([^\/\\]+)/, - - /** - * Is an URL on another domain. Only works for browser use, returns - * false in non-browser environments. Only used to know if an - * optimized .js version of a text resource should be loaded - * instead. - * @param {String} url - * @returns Boolean - */ - useXhr: function (url, protocol, hostname, port) { - var uProtocol, uHostName, uPort, - match = text.xdRegExp.exec(url); - if (!match) { - return true; - } - uProtocol = match[2]; - uHostName = match[3]; - - uHostName = uHostName.split(':'); - uPort = uHostName[1]; - uHostName = uHostName[0]; - - return (!uProtocol || uProtocol === protocol) && - (!uHostName || uHostName.toLowerCase() === hostname.toLowerCase()) && - ((!uPort && !uHostName) || uPort === port); - }, - - finishLoad: function (name, strip, content, onLoad) { - content = strip ? text.strip(content) : content; - if (masterConfig.isBuild) { - buildMap[name] = content; - } - onLoad(content); - }, - - load: function (name, req, onLoad, config) { - //Name has format: some.module.filext!strip - //The strip part is optional. - //if strip is present, then that means only get the string contents - //inside a body tag in an HTML string. For XML/SVG content it means - //removing the declarations so the content can be inserted - //into the current doc without problems. - - // Do not bother with the work if a build and text will - // not be inlined. - if (config && config.isBuild && !config.inlineText) { - onLoad(); - return; - } - - masterConfig.isBuild = config && config.isBuild; - - var parsed = text.parseName(name), - nonStripName = parsed.moduleName + - (parsed.ext ? '.' + parsed.ext : ''), - url = req.toUrl(nonStripName), - useXhr = (masterConfig.useXhr) || - text.useXhr; - - // Do not load if it is an empty: url - if (url.indexOf('empty:') === 0) { - onLoad(); - return; - } - - //Load the text. Use XHR if possible and in a browser. - if (!hasLocation || useXhr(url, defaultProtocol, defaultHostName, defaultPort)) { - text.get(url, function (content) { - text.finishLoad(name, parsed.strip, content, onLoad); - }, function (err) { - if (onLoad.error) { - onLoad.error(err); - } - }); - } else { - //Need to fetch the resource across domains. Assume - //the resource has been optimized into a JS module. Fetch - //by the module name + extension, but do not include the - //!strip part to avoid file system issues. - req([nonStripName], function (content) { - text.finishLoad(parsed.moduleName + '.' + parsed.ext, - parsed.strip, content, onLoad); - }); - } - }, - - write: function (pluginName, moduleName, write, config) { - if (buildMap.hasOwnProperty(moduleName)) { - var content = text.jsEscape(buildMap[moduleName]); - write.asModule(pluginName + "!" + moduleName, - "define(function () { return '" + - content + - "';});\n"); - } - }, - - writeFile: function (pluginName, moduleName, req, write, config) { - var parsed = text.parseName(moduleName), - extPart = parsed.ext ? '.' + parsed.ext : '', - nonStripName = parsed.moduleName + extPart, - //Use a '.js' file name so that it indicates it is a - //script that can be loaded across domains. - fileName = req.toUrl(parsed.moduleName + extPart) + '.js'; - - //Leverage own load() method to load plugin value, but only - //write out values that do not have the strip argument, - //to avoid any potential issues with ! in file names. - text.load(nonStripName, req, function (value) { - //Use own write() method to construct full module value. - //But need to create shell that translates writeFile's - //write() to the right interface. - var textWrite = function (contents) { - return write(fileName, contents); - }; - textWrite.asModule = function (moduleName, contents) { - return write.asModule(moduleName, fileName, contents); - }; - - text.write(pluginName, nonStripName, textWrite, config); - }, config); - } - }; - - if (masterConfig.env === 'node' || (!masterConfig.env && - typeof process !== "undefined" && - process.versions && - !!process.versions.node && - !process.versions['node-webkit'])) { - //Using special require.nodeRequire, something added by r.js. - fs = require.nodeRequire('fs'); - - text.get = function (url, callback, errback) { - try { - var file = fs.readFileSync(url, 'utf8'); - //Remove BOM (Byte Mark Order) from utf8 files if it is there. - if (file.indexOf('\uFEFF') === 0) { - file = file.substring(1); - } - callback(file); - } catch (e) { - if (errback) { - errback(e); - } - } - }; - } else if (masterConfig.env === 'xhr' || (!masterConfig.env && - text.createXhr())) { - text.get = function (url, callback, errback, headers) { - var xhr = text.createXhr(), header; - xhr.open('GET', url, true); - - //Allow plugins direct access to xhr headers - if (headers) { - for (header in headers) { - if (headers.hasOwnProperty(header)) { - xhr.setRequestHeader(header.toLowerCase(), headers[header]); - } - } - } - - //Allow overrides specified in config - if (masterConfig.onXhr) { - masterConfig.onXhr(xhr, url); - } - - xhr.onreadystatechange = function (evt) { - var status, err; - //Do not explicitly handle errors, those should be - //visible via console output in the browser. - if (xhr.readyState === 4) { - status = xhr.status || 0; - if (status > 399 && status < 600) { - //An http 4xx or 5xx error. Signal an error. - err = new Error(url + ' HTTP status: ' + status); - err.xhr = xhr; - if (errback) { - errback(err); - } - } else { - callback(xhr.responseText); - } - - if (masterConfig.onXhrComplete) { - masterConfig.onXhrComplete(xhr, url); - } - } - }; - xhr.send(null); - }; - } else if (masterConfig.env === 'rhino' || (!masterConfig.env && - typeof Packages !== 'undefined' && typeof java !== 'undefined')) { - //Why Java, why is this so awkward? - text.get = function (url, callback) { - var stringBuffer, line, - encoding = "utf-8", - file = new java.io.File(url), - lineSeparator = java.lang.System.getProperty("line.separator"), - input = new java.io.BufferedReader(new java.io.InputStreamReader(new java.io.FileInputStream(file), encoding)), - content = ''; - try { - stringBuffer = new java.lang.StringBuffer(); - line = input.readLine(); - - // Byte Order Mark (BOM) - The Unicode Standard, version 3.0, page 324 - // http://www.unicode.org/faq/utf_bom.html - - // Note that when we use utf-8, the BOM should appear as "EF BB BF", but it doesn't due to this bug in the JDK: - // http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4508058 - if (line && line.length() && line.charAt(0) === 0xfeff) { - // Eat the BOM, since we've already found the encoding on this file, - // and we plan to concatenating this buffer with others; the BOM should - // only appear at the top of a file. - line = line.substring(1); - } - - if (line !== null) { - stringBuffer.append(line); - } - - while ((line = input.readLine()) !== null) { - stringBuffer.append(lineSeparator); - stringBuffer.append(line); - } - //Make sure we return a JavaScript string and not a Java string. - content = String(stringBuffer.toString()); //String - } finally { - input.close(); - } - callback(content); - }; - } else if (masterConfig.env === 'xpconnect' || (!masterConfig.env && - typeof Components !== 'undefined' && Components.classes && - Components.interfaces)) { - //Avert your gaze! - Cc = Components.classes; - Ci = Components.interfaces; - Components.utils['import']('resource://gre/modules/FileUtils.jsm'); - xpcIsWindows = ('@mozilla.org/windows-registry-key;1' in Cc); - - text.get = function (url, callback) { - var inStream, convertStream, fileObj, - readData = {}; - - if (xpcIsWindows) { - url = url.replace(/\//g, '\\'); - } - - fileObj = new FileUtils.File(url); - - //XPCOM, you so crazy - try { - inStream = Cc['@mozilla.org/network/file-input-stream;1'] - .createInstance(Ci.nsIFileInputStream); - inStream.init(fileObj, 1, 0, false); - - convertStream = Cc['@mozilla.org/intl/converter-input-stream;1'] - .createInstance(Ci.nsIConverterInputStream); - convertStream.init(inStream, "utf-8", inStream.available(), - Ci.nsIConverterInputStream.DEFAULT_REPLACEMENT_CHARACTER); - - convertStream.readString(inStream.available(), readData); - convertStream.close(); - inStream.close(); - callback(readData.value); - } catch (e) { - throw new Error((fileObj && fileObj.path || '') + ': ' + e); - } - }; - } - return text; -}); diff --git a/mkdocs/search_index.json b/mkdocs/search_index.json deleted file mode 100644 index 3707d0eb..00000000 --- a/mkdocs/search_index.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "docs": [ - { - "location": "/", - "text": "Welcome to MkLorums\n\n\nFor full documentation visit \nmkdocs.org\n.\n\n\nCommands\n\n\n\n\nmkdocs new [dir-name]\n - Create a new project.\n\n\nmkdocs serve\n - Start the live-reloading docs server.\n\n\nmkdocs build\n - Build the documentation site.\n\n\nmkdocs help\n - Print this help message.\n\n\n\n\nProject layout\n\n\nmkdocs.yml # The configuration file.\ndocs/\n index.md # The documentation homepage.\n ... # Other markdown pages, images and other files.", - "title": "Home" - }, - { - "location": "/#welcome-to-mklorums", - "text": "For full documentation visit mkdocs.org .", - "title": "Welcome to MkLorums" - }, - { - "location": "/#commands", - "text": "mkdocs new [dir-name] - Create a new project. mkdocs serve - Start the live-reloading docs server. mkdocs build - Build the documentation site. mkdocs help - Print this help message.", - "title": "Commands" - }, - { - "location": "/#project-layout", - "text": "mkdocs.yml # The configuration file.\ndocs/\n index.md # The documentation homepage.\n ... # Other markdown pages, images and other files.", - "title": "Project layout" - }, - { - "location": "/about/", - "text": "Et aspera insignia\n\n\nUmbras dis hic ignorat arma\n\n\nLorem markdownum Ulixe quaeque magnorum paravi vosque. Quod admissum proiecta et\nipsos favistis mirantur, mea amantem. Naresque Sithoniae et aestus. Aures ille\nmille flava aspicit hic pressere, quod \nmundo\n\npotentior licet.\n\n\nif (status_of_ata - faq_ibm) {\n dacSpreadsheet += 1;\n}\nif (string - targetXml \n= skyscraper_serp_jpeg) {\n proxy_newsgroup_warm += artInternetDialog(fat(blacklist, faq_dvd,\n frequency_address_text), art_intranet_flash, word(uml, and));\n sdram = localhostPayload(jumperBin, python, system_minimize) - 382790;\n serviceLogic = thread.ibmHackerSampling.tag(kibibyteOpenProtocol,\n webScsiOverclocking, -2 * blobBar);\n} else {\n fileConsole = 11;\n overclockingFormat(memoryPeoplewareWi(database_ftp_basic),\n signature_speakers_post.compression(2, 2));\n design = data_url_disk * trackball_white_file;\n}\nservices_media = sequence_wizard_unc;\nif (5 + boolean * scanAndVisual \n hit_emulation_text) {\n threadHttps = technology_avatar_esports;\n bookmarkPrinter += file_netmask(leak_word(access_card,\n websiteDirectWave));\n dnsCrossplatform = installSkyscraper.grayscaleRw(architecture,\n mousePageTiger, address) + enginePageFirewire / radcab_tablet;\n}\nif (adfCompression \n digital_aiff / 1) {\n torrent += 3;\n} else {\n snmpReaderSo /= integratedInfringement;\n}\n\n\n\nBonis quidem est contigit votum digitosque certe, currus plura et imagine? Nare\nnec annos verbis: esse opem capillis ipse proles, nec has. Citharae copia cursus\nvideri indeploratum utque supprimit uteri resto manibus. Mihi haec versus, \nde\niovis\n iactant, nec \nquaque tu sagitta\n gravi curvataque.\n\n\n\n\nExarserit sinu senilem\n\n\nDum illos nec dictis uno tardi crudelior\n\n\nGaudet pater quasi namque\n\n\nFilia incerta miserrimus tantum Triptolemus tuis contraria\n\n\n\n\nIlla flagellari Quid mente herbis\n\n\nLimina adopertam ille: tyranno crepuitque vultibus me piget in. Senis tenentem\ndiffert a \nprior\n pressum exiguus ira iuvere imis flexi herbis simul, properant\ncupioque stamine. Forma carina canit intrasse \net ipse fertilitatis\n actis\nprohibent fallere.\n\n\n\n\nSufficit ambiguus Saturnius paventes e perde\n\n\nEt facit nympham iamdudum peregrina et patrias\n\n\nPonti caeloque vindicis\n\n\nDea Iano\n\n\nOpus supra gentis petis superatus sine uno\n\n\nFlamina missa\n\n\n\n\nReliquit acris vite mundi insignis densas, cremarat corporis, os Pallas favorem\nnunc! \nEt\n nox equo tempora me Persea, qui utentem videoque sinu? Bracchia\ncarmine et illa verum ulciscitur Paraetonium forma tristia, Iovem inter et\nomnibus amorem, pectore sed.\n\n\nspoolHot = simplex;\nppc = dFriendly(frame + 242684, ispWeb);\ndllCpu(link(file_contextual), ctr, 1 + software_format);\nvar app = ssid_gif_gpu.cdPhp.newlineScrollLaptop(service_t.e_trojan(\n bashStorage(2, print_website_hard)));\n\n\n\nDomum me ultor divellere, habenas imago sic, Aiax. Aeacus avem foret temptant:\nveluti qualis vincetis excussit ista \ntibi\n harundine sororis. Igne memor\nhabili videntur! Omnes saxa, ille manes: cui, tibi, post.", - "title": "About" - }, - { - "location": "/about/#et-aspera-insignia", - "text": "", - "title": "Et aspera insignia" - }, - { - "location": "/about/#umbras-dis-hic-ignorat-arma", - "text": "Lorem markdownum Ulixe quaeque magnorum paravi vosque. Quod admissum proiecta et\nipsos favistis mirantur, mea amantem. Naresque Sithoniae et aestus. Aures ille\nmille flava aspicit hic pressere, quod mundo \npotentior licet. if (status_of_ata - faq_ibm) {\n dacSpreadsheet += 1;\n}\nif (string - targetXml = skyscraper_serp_jpeg) {\n proxy_newsgroup_warm += artInternetDialog(fat(blacklist, faq_dvd,\n frequency_address_text), art_intranet_flash, word(uml, and));\n sdram = localhostPayload(jumperBin, python, system_minimize) - 382790;\n serviceLogic = thread.ibmHackerSampling.tag(kibibyteOpenProtocol,\n webScsiOverclocking, -2 * blobBar);\n} else {\n fileConsole = 11;\n overclockingFormat(memoryPeoplewareWi(database_ftp_basic),\n signature_speakers_post.compression(2, 2));\n design = data_url_disk * trackball_white_file;\n}\nservices_media = sequence_wizard_unc;\nif (5 + boolean * scanAndVisual hit_emulation_text) {\n threadHttps = technology_avatar_esports;\n bookmarkPrinter += file_netmask(leak_word(access_card,\n websiteDirectWave));\n dnsCrossplatform = installSkyscraper.grayscaleRw(architecture,\n mousePageTiger, address) + enginePageFirewire / radcab_tablet;\n}\nif (adfCompression digital_aiff / 1) {\n torrent += 3;\n} else {\n snmpReaderSo /= integratedInfringement;\n} Bonis quidem est contigit votum digitosque certe, currus plura et imagine? Nare\nnec annos verbis: esse opem capillis ipse proles, nec has. Citharae copia cursus\nvideri indeploratum utque supprimit uteri resto manibus. Mihi haec versus, de\niovis iactant, nec quaque tu sagitta gravi curvataque. Exarserit sinu senilem Dum illos nec dictis uno tardi crudelior Gaudet pater quasi namque Filia incerta miserrimus tantum Triptolemus tuis contraria", - "title": "Umbras dis hic ignorat arma" - }, - { - "location": "/about/#illa-flagellari-quid-mente-herbis", - "text": "Limina adopertam ille: tyranno crepuitque vultibus me piget in. Senis tenentem\ndiffert a prior pressum exiguus ira iuvere imis flexi herbis simul, properant\ncupioque stamine. Forma carina canit intrasse et ipse fertilitatis actis\nprohibent fallere. Sufficit ambiguus Saturnius paventes e perde Et facit nympham iamdudum peregrina et patrias Ponti caeloque vindicis Dea Iano Opus supra gentis petis superatus sine uno Flamina missa Reliquit acris vite mundi insignis densas, cremarat corporis, os Pallas favorem\nnunc! Et nox equo tempora me Persea, qui utentem videoque sinu? Bracchia\ncarmine et illa verum ulciscitur Paraetonium forma tristia, Iovem inter et\nomnibus amorem, pectore sed. spoolHot = simplex;\nppc = dFriendly(frame + 242684, ispWeb);\ndllCpu(link(file_contextual), ctr, 1 + software_format);\nvar app = ssid_gif_gpu.cdPhp.newlineScrollLaptop(service_t.e_trojan(\n bashStorage(2, print_website_hard))); Domum me ultor divellere, habenas imago sic, Aiax. Aeacus avem foret temptant:\nveluti qualis vincetis excussit ista tibi harundine sororis. Igne memor\nhabili videntur! Omnes saxa, ille manes: cui, tibi, post.", - "title": "Illa flagellari Quid mente herbis" - } - ] -} \ No newline at end of file diff --git a/search.html b/search.html deleted file mode 100644 index c60d37a3..00000000 --- a/search.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - - -