Skip to content

Instantly share code, notes, and snippets.

View markotom's full-sized avatar
🎨
refactoring is coding with style

Marco Godínez markotom

🎨
refactoring is coding with style
View GitHub Profile
@markotom
markotom / gist:6360686
Created August 28, 2013 00:16
Gruntfile.js de Pleroma Bootstrap
'use strict';
module.exports = function(grunt){
grunt.initConfig({
less: {
development: {
options: {
paths: [ 'css/less' ],
yuicompress: true
@markotom
markotom / gist:5778487
Last active December 18, 2015 11:49
TEI Boilerplate
{
"_id": "xyz"
, "_rev": "zyx"
, "successor": ""
, "predecessor": ""
, "images": [
{
"url": "http://..."
}
]
@markotom
markotom / from.xsl
Created April 18, 2013 06:05
Primera versión estable de XSL (DOCX to TEI)
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:prop="http://schemas.openxmlformats.org/officeDocument/2006/custom-properties"
xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"
xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:dcmitype="http://purl.org/dc/dcmitype/"
xmlns:iso="http://www.iso.org/ns/1.0"