repo
string
commit
string
message
string
diff
string
defunct/verbiage
e93c30ca2fe3a714513a479ef9b859f6ac5aa4ad
Fixed format message exception meta error message.
diff --git a/src/main/java/com/goodworkalan/verbiage/Message.java b/src/main/java/com/goodworkalan/verbiage/Message.java index 02f997a..88473c7 100644 --- a/src/main/java/com/goodworkalan/verbiage/Message.java +++ b/src/main/java/com/goodworkalan/verbiage/Message.java @@ -1,300 +1,300 @@ package com.goodworkalan.verbi...
defunct/verbiage
25fe346910aed39b8567b9d803f62f28e5a5f69a
Created meta error messages.
diff --git a/src/main/java/com/goodworkalan/verbiage/Message.java b/src/main/java/com/goodworkalan/verbiage/Message.java index 6ff2242..02f997a 100644 --- a/src/main/java/com/goodworkalan/verbiage/Message.java +++ b/src/main/java/com/goodworkalan/verbiage/Message.java @@ -1,295 +1,300 @@ package com.goodworkalan.verbi...
defunct/verbiage
2ad80718dbeadbe30a4fa9a5bd51c9342f6bd507
Reporting default package in formatted message.
diff --git a/src/main/java/com/goodworkalan/verbiage/Message.java b/src/main/java/com/goodworkalan/verbiage/Message.java index 19ff5cc..6ff2242 100644 --- a/src/main/java/com/goodworkalan/verbiage/Message.java +++ b/src/main/java/com/goodworkalan/verbiage/Message.java @@ -1,289 +1,295 @@ package com.goodworkalan.verbi...
defunct/verbiage
55154e6db4c97b4d2094a3ee48f6913d1777c08e
Preserved type in return from Message.positioned.
diff --git a/src/main/java/com/goodworkalan/notice/message/Message.java b/src/main/java/com/goodworkalan/notice/message/Message.java index d432b0b..87df009 100644 --- a/src/main/java/com/goodworkalan/notice/message/Message.java +++ b/src/main/java/com/goodworkalan/notice/message/Message.java @@ -1,289 +1,289 @@ packag...
defunct/verbiage
f6159003b7fb82e5e88daf0ae3f31c9fb8c9ef63
Added positioned parameter generation.
diff --git a/src/main/java/com/goodworkalan/notice/message/Message.java b/src/main/java/com/goodworkalan/notice/message/Message.java index fc712d5..d432b0b 100644 --- a/src/main/java/com/goodworkalan/notice/message/Message.java +++ b/src/main/java/com/goodworkalan/notice/message/Message.java @@ -1,214 +1,289 @@ packag...
defunct/verbiage
2b28c6065700525e6e86d2a41ddc85378033d582
Renamed Eclipse project.
diff --git a/.project b/.project index 2dd348c..a95ccb7 100644 --- a/.project +++ b/.project @@ -1,13 +1,13 @@ <projectDescription> - <name>notice-message</name> - <comment>Notice message formatting.</comment> + <name>verbiage</name> + <comment>Message formatting using map, list and primitive object graphs and a s...
defunct/verbiage
5b4b1985d737070f384fe6fd0b0dccc3dc933f70
Staring a README.
diff --git a/README b/README index 03e65df..72b1099 100644 --- a/README +++ b/README @@ -1 +1,3 @@ VERBIAGE + +Message formatting using map, list and primitive object graphs and a simple path language.
defunct/verbiage
91555a3b40dcc3d7f2b431fc3aad3e39830813d2
Adding README.
diff --git a/README b/README new file mode 100644 index 0000000..03e65df --- /dev/null +++ b/README @@ -0,0 +1 @@ +VERBIAGE
defunct/verbiage
195bfdba5f522cebbce70223475b5704a3e07dd0
Support for positioned parameters.
diff --git a/src/main/java/com/goodworkalan/notice/message/Message.java b/src/main/java/com/goodworkalan/notice/message/Message.java index 172d853..fc712d5 100644 --- a/src/main/java/com/goodworkalan/notice/message/Message.java +++ b/src/main/java/com/goodworkalan/notice/message/Message.java @@ -1,194 +1,214 @@ packag...
defunct/verbiage
8ce2d1ab013b6f94d7d8128989e33ce3bdd776c0
100% test coverage.
diff --git a/src/main/java/com/goodworkalan/notice/message/Message.java b/src/main/java/com/goodworkalan/notice/message/Message.java index 9bf3430..172d853 100644 --- a/src/main/java/com/goodworkalan/notice/message/Message.java +++ b/src/main/java/com/goodworkalan/notice/message/Message.java @@ -1,184 +1,194 @@ packag...
defunct/verbiage
fba0c7add219bd29a180130e546b3fe9ad91138b
All paths tests, start of messages.
diff --git a/src/test/java/com/goodworkalan/notice/message/MessageTest.java b/src/test/java/com/goodworkalan/notice/message/MessageTest.java index 74f0773..1e744ef 100644 --- a/src/test/java/com/goodworkalan/notice/message/MessageTest.java +++ b/src/test/java/com/goodworkalan/notice/message/MessageTest.java @@ -1,105 +...
defunct/verbiage
b34d42313bbe3a80c07fed8a7e2feb879f515971
Full coverages of Indexes helper class.
diff --git a/src/test/java/com/goodworkalan/notice/message/IndexesTest.java b/src/test/java/com/goodworkalan/notice/message/IndexesTest.java new file mode 100644 index 0000000..ea7d20d --- /dev/null +++ b/src/test/java/com/goodworkalan/notice/message/IndexesTest.java @@ -0,0 +1,55 @@ +package com.goodworkalan.notice.me...
defunct/verbiage
97fcd9f845ec7378cc92c68c88c6c3c3e26312e3
Starting to test path language.
diff --git a/src/test/java/com/goodworkalan/notice/message/MessageTest.java b/src/test/java/com/goodworkalan/notice/message/MessageTest.java index d762709..d83c3f3 100644 --- a/src/test/java/com/goodworkalan/notice/message/MessageTest.java +++ b/src/test/java/com/goodworkalan/notice/message/MessageTest.java @@ -1,74 +1...
defunct/verbiage
9c62bfa2932f6a01e9c4762d945c763361b14ac3
Created test for Message basic accessors.
diff --git a/src/test/java/com/goodworkalan/notice/message/MessageTest.java b/src/test/java/com/goodworkalan/notice/message/MessageTest.java index 46127a7..d762709 100644 --- a/src/test/java/com/goodworkalan/notice/message/MessageTest.java +++ b/src/test/java/com/goodworkalan/notice/message/MessageTest.java @@ -1,49 +1...
defunct/verbiage
da26b9b6e4f48835772f6f1288372c876679f12f
Making Java identifier tests public.
diff --git a/src/main/java/com/goodworkalan/notice/message/Indexes.java b/src/main/java/com/goodworkalan/notice/message/Indexes.java new file mode 100644 index 0000000..bb98010 --- /dev/null +++ b/src/main/java/com/goodworkalan/notice/message/Indexes.java @@ -0,0 +1,47 @@ +package com.goodworkalan.notice.message; + +pu...
defunct/verbiage
3c4530c7e5bb1e9ffe94d30d036649de26249b24
Added missing bundle, removed some Javadoc.
diff --git a/src/main/java/com/goodworkalan/notice/message/Message.java b/src/main/java/com/goodworkalan/notice/message/Message.java index 5552d45..6e2e9d1 100644 --- a/src/main/java/com/goodworkalan/notice/message/Message.java +++ b/src/main/java/com/goodworkalan/notice/message/Message.java @@ -1,250 +1,226 @@ packag...
defunct/verbiage
bad2bb2040980296308829377ddcb4f4a66f1328
Some notes on PermGen.
diff --git a/src/main/java/com/goodworkalan/notice/message/Message.java b/src/main/java/com/goodworkalan/notice/message/Message.java index 3442f4b..5552d45 100644 --- a/src/main/java/com/goodworkalan/notice/message/Message.java +++ b/src/main/java/com/goodworkalan/notice/message/Message.java @@ -1,226 +1,250 @@ packag...
defunct/verbiage
e9aeef2546aea1662b4c7df6be56d14bb4b7f490
Extracted message formatter to own package.
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..f2b5bf9 --- /dev/null +++ b/.classpath @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src/main/java"/> + <classpathentry excluding="**/*.java" kind="src" path="src/main/resources"/> + <clas...
philcryer/get_djatoka
7f3c826d41d6467d167ed77e7023629d4a8c1548
initial import of lic
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8b17749 --- /dev/null +++ b/LICENSE @@ -0,0 +1,25 @@ +* Copyright (c) 2008 +* All rights reserved. +* +* Redistribution and use in source and binary forms, with or without +* modification, are permitted provided that the following conditions are met: +*...
philcryer/get_djatoka
828e7545d07c886161ad22b552c61cb5097f72d1
initial import of script
diff --git a/get_djatoka.sh b/get_djatoka.sh new file mode 100644 index 0000000..c96d48a --- /dev/null +++ b/get_djatoka.sh @@ -0,0 +1,90 @@ +#!/bin/bash + +# simple script to download/setup djatoka image viewer in tomcat5.5 in Debian/Ubuntu + +UNAME=`uname` +if [ "$UNAME" = "Linux" ] ; then + if [ -f /etc/lsb-release ...
philcryer/get_djatoka
90dc547653ef12b6763030793ad6d38704303955
initial import
diff --git a/README b/README new file mode 100644 index 0000000..e69de29
ghoneycutt/puppet-sqlgrey
cbb9c49499c4614cfbc49f9d8dbbfcba3bae440e
initial publication
diff --git a/Modulefile b/Modulefile new file mode 100644 index 0000000..69716f2 --- /dev/null +++ b/Modulefile @@ -0,0 +1,5 @@ +name 'ghoneycutt-sqlgrey' +version '1.0.0' + +dependency 'ghoneycutt/mysql', '>= 1.0.0' +dependency 'ghoneycutt/postfix', '>= 1.0.0' diff --git a/README b/README new file mode 100644 index...
MattiaOng/md5-cracker
9a132ceb433dc0c8f3605c23c898ba24a4247db7
Language
diff --git a/README b/README index 779e432..6639342 100644 --- a/README +++ b/README @@ -1,2 +1,2 @@ -I finished my C md5 cracker finally, it's pretty fast but not comparable to that uses the GPU or those made in some scripting language. -It uses a not casual brute force and takes three command line arguments: <hash> <...
dom96/AELC
00d4087268931dfc36c1a564504f3e7925151fa9
agh, rst links didn't work out, lets try markdown.
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..1f95f3e --- /dev/null +++ b/readme.md @@ -0,0 +1,8 @@ +AELC +==== +AEL Interpreter in Nimrod +[spec][http://dom96.blogspot.com/2010/04/ael-my-awesome-esoteric-language.html "spec"] + + + +I know that i named the repo wrong... ahh well lol. Might cha...
dom96/AELC
d591c10c0f9be80287790c53a9bebde318e078ce
Added readme file
diff --git a/readme.rst b/readme.rst new file mode 100644 index 0000000..abf622e --- /dev/null +++ b/readme.rst @@ -0,0 +1,9 @@ +AELC +==== +AEL Interpreter in Nimrod +spec_ +.. _spec: http://dom96.blogspot.com/2010/04/ael-my-awesome-esoteric-language.html + + + +I know that i named the repo wrong... ahh well lol. Migh...
ghostm/lift-todo-mongodb
a89ff978dd169b176d0b2c0e4dfd385f55c1066f
Add license
diff --git a/src/main/scala/code/lib/MongoProtoUser.scala b/src/main/scala/code/lib/MongoProtoUser.scala index c25fd40..c2d3ca4 100644 --- a/src/main/scala/code/lib/MongoProtoUser.scala +++ b/src/main/scala/code/lib/MongoProtoUser.scala @@ -1,435 +1,450 @@ +/* + Copyright 2010-2012 Matthew Henderson + + Licensed un...
ghostm/lift-todo-mongodb
b193886f6f2b4aeb77b5fe9531883ccfd11d7c30
Project settings update. Closes gh-1.
diff --git a/project/build.properties b/project/build.properties index 188081b..50e3815 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,9 +1,9 @@ #Project properties #Fri Apr 23 11:24:20 PDT 2010 project.organization=Lift project.name=Lift ToDo MongoDB sbt.version=0.7.4 project.version=...
ghostm/lift-todo-mongodb
15c4843a724a524f207fb19be6c89051640a601e
Change to mongodb
diff --git a/README b/README index 7cbb01e..937ea37 100644 --- a/README +++ b/README @@ -1,21 +1,21 @@ Install Java, Simple Build Tool, and Git Clone this repository with: -git clone git://github.com/ghostm/lift-todo-couchdb.git +git clone git://github.com/ghostm/lift-todo-mongodb.git -Then cd into lift-todo-co...
ghostm/lift-todo-mongodb
9ec73f5751dbf66cdeb5963aff58e708d5030dad
Lift ToDo app built using CouchDB
diff --git a/project/build/LiftProject.scala b/project/build/LiftProject.scala index 42cc02d..cd4c393 100644 --- a/project/build/LiftProject.scala +++ b/project/build/LiftProject.scala @@ -1,20 +1,21 @@ import sbt._ class LiftProject(info: ProjectInfo) extends DefaultWebProject(info) { val mavenLocal = "Local Ma...
ghostm/lift-todo-mongodb
43698a30f3e3a3b9d03974915830bacedcc2adb9
Added the README file
diff --git a/README b/README new file mode 100644 index 0000000..976ba2c --- /dev/null +++ b/README @@ -0,0 +1,19 @@ +Install Java, Simple Build Tool, and Git + +Clone this repository with: + +git clone git://github.com/dpp/lift_sbt_prototype.git + +Then cd into lift_sbt_prototype and type: +sbt + +At the sbt prompt, t...
ghostm/lift-todo-mongodb
0172d2f88350d27b3398c722295938e673589685
Added the stuff necessary for test
diff --git a/pom.xml b/pom.xml deleted file mode 100644 index a8f1c1c..0000000 --- a/pom.xml +++ /dev/null @@ -1,162 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://ma...
ghostm/lift-todo-mongodb
82f05f8efcb43b6ec45de99bfa71392326a494ae
Prototypical Lift sbt project
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bba373a --- /dev/null +++ b/.gitignore @@ -0,0 +1,54 @@ +# use glob syntax. +syntax: glob +*.ser +*.class +*~ +*.bak +*.off +*.old +.DS_Store + +# logs +derby.log + +# eclipse conf file +.settings +.classpath +.project +.manager + +# building +tar...
pepe5/log
d9b133566b6ff469beb9d64fa7779cf4153d2636
OK: reset; cat.. got more then 2secs
diff --git a/logx.sh b/logx.sh index de65cd4..baa8cc1 100755 --- a/logx.sh +++ b/logx.sh @@ -1,21 +1,21 @@ #!/bin/bash H=$1 T=$(basename `pwd`); echo -$T:$H if ! [ -f $T.dtach ]; then dtach -n $T.dtach -z script -f $T.in; chmod -v 600 $T.in sleep 1; commit.py $T "reset; cat >> $T.hist" - #>? sleep...
pepe5/log
127ff6c370060bbc56930980f87d4e22c1d6bf57
nok: logx .stream.dtach has troubles
diff --git a/logx.sh b/logx.sh index 4c2aa55..de65cd4 100755 --- a/logx.sh +++ b/logx.sh @@ -1,12 +1,21 @@ #!/bin/bash H=$1 T=$(basename `pwd`); echo -$T:$H -> $T.in; dtach -n $H.stream.dtach -z python -u stream-raw.py $T.in $H.dtach +if ! [ -f $T.dtach ]; then + dtach -n $T.dtach -z script -f $T.in; chmod -...
pepe5/log
62c4c3ed7da264b55753d59e3a9b1c3cfc65266c
OK: logx added
diff --git a/logx.sh b/logx.sh new file mode 100755 index 0000000..4c2aa55 --- /dev/null +++ b/logx.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +H=$1 +T=$(basename `pwd`); +echo -$T:$H + +> $T.in; dtach -n $H.stream.dtach -z python -u stream-raw.py $T.in $H.dtach +sleep 1; commit.py $H script -af $H.out.log +sleep 1; xterm -xrm...
pepe5/log
78027d8550287fc95a05257778e087e30b87dbe6
OK: logx is attaching
diff --git a/commit.py b/commit.py index 9adabba..cca809c 100755 --- a/commit.py +++ b/commit.py @@ -1,18 +1,18 @@ #!/usr/bin/python # for correct echoing needs $> reset # for named sockets use script-name: dcomint #>! dont send reset to maestro server - conman will not work import os, pexpect, sys l = ' '.join...
pepe5/log
58572680893fa36d817ea700613c66e5be842222
OK: leaving fixed tmp/
diff --git a/stream-raw.py b/stream-raw.py old mode 100644 new mode 100755 index d2d735a..2c37ec4 --- a/stream-raw.py +++ b/stream-raw.py @@ -1,49 +1,50 @@ #!/usr/bin/python -#>! http://stackoverflow.com/questions/3670323/setting-smaller-buffer-size-for-sys-stdin -#>? use p.send (), and for reading tail subprocess.com...
pepe5/log
fa5f129bd0bc5d4fa1a37506b111be09c7b5c0ad
OK: tested on 2 machines
diff --git a/stream-raw.py b/stream-raw.py index fd8e0dd..d2d735a 100644 --- a/stream-raw.py +++ b/stream-raw.py @@ -1,47 +1,49 @@ #!/usr/bin/python #>! http://stackoverflow.com/questions/3670323/setting-smaller-buffer-size-for-sys-stdin #>? use p.send (), and for reading tail subprocess.communicate () # http://sta...
pepe5/log
fb8643c9e210014bc11bb012ca3f90ce21c98072
stty -echo/ing now seems ok
diff --git a/stream-raw.py b/stream-raw.py index 176086c..fd8e0dd 100644 --- a/stream-raw.py +++ b/stream-raw.py @@ -1,46 +1,47 @@ #!/usr/bin/python #>! http://stackoverflow.com/questions/3670323/setting-smaller-buffer-size-for-sys-stdin #>? use p.send (), and for reading tail subprocess.communicate () # http://sta...
pepe5/log
99145f9f8252f3b08f3c640855b11f2c7c0031e5
proc completed
diff --git a/stream-raw.py b/stream-raw.py index 5a94009..176086c 100644 --- a/stream-raw.py +++ b/stream-raw.py @@ -1,40 +1,46 @@ #!/usr/bin/python #>! http://stackoverflow.com/questions/3670323/setting-smaller-buffer-size-for-sys-stdin #>? use p.send (), and for reading tail subprocess.communicate () # http://sta...
pepe5/log
4fd47ae2952894e7e478e3312291f210bce37c12
stream.py..
diff --git a/commit.py b/commit.py index 696fac2..9adabba 100755 --- a/commit.py +++ b/commit.py @@ -1,17 +1,18 @@ #!/usr/bin/python # for correct echoing needs $> reset # for named sockets use script-name: dcomint +#>! dont send reset to maestro server - conman will not work import os, pexpect, sys l = ' '.join...
pepe5/log
fd0c891d864b540b31a99a62052ddf9fe304ba14
DOC: README.md
diff --git a/README.md b/README.md new file mode 100644 index 0000000..550c759 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +Log -- tool for logging-in & logging the session +=============================== + +- Provides utils for console ui and console logging to various accounts
pepe5/log
aca861f09e1e2ed409b240891af4d34a9c2f5264
DOC: commit.py -- next re/birth
diff --git a/=v b/=v deleted file mode 120000 index 28e4bc9..0000000 --- a/=v +++ /dev/null @@ -1 +0,0 @@ -/root/text/log/.links/(D)/=v \ No newline at end of file diff --git a/RCS b/RCS deleted file mode 120000 index 28e4bc9..0000000 --- a/RCS +++ /dev/null @@ -1 +0,0 @@ -/root/text/log/.links/(D)/=v \ No newline at e...
pepe5/log
a27225f3fe2266f00a1091a6881463caf592f45a
TRY: script.py version only-with p.interact(chr(27), inf, outf) # 27 is ^[, 28 is ^\
diff --git a/script.py b/script.py new file mode 100644 index 0000000..08694d8 --- /dev/null +++ b/script.py @@ -0,0 +1,151 @@ +#!/usr/bin/env python + +"""This spawns a sub-shell (bash) and gives the user interactive control. The +entire shell session is logged to a file called script.log. This behaves much +like the ...
pepe5/log
00f6ec800436637334e9b3d46ca944344d13c06d
travers fs, unotify timestamp
diff --git a/fs-traverse.rb b/fs-traverse.rb new file mode 100644 index 0000000..7ea44b9 --- /dev/null +++ b/fs-traverse.rb @@ -0,0 +1,17 @@ +def breadthFiles p + e = (Dir .new p) .entries + e .select {|f| !File.directory?f} .each {|f| puts p+'/'+f} + puts '---' + e .select {|d| File.directory?d} .reject {|d| (d=~%...
pepe5/log
15eeddbfd76eb9133b00e774c8a98d55bf43e927
starting commit
diff --git a/commit.rb b/commit.rb new file mode 100755 index 0000000..74914de --- /dev/null +++ b/commit.rb @@ -0,0 +1,29 @@ +# -*- ruby -*- +def shell lines; lines .each {|l| puts "#{l.chomp}:"; puts `#{l}` } ; end + +lambda {|lines| lines .each {|l| puts "#{l.chomp}:"; puts `#{l}`; puts } } \ + .call <<-cmds + ...
tonio/sfMapFishPlugin
4a06b2b915f2e9f6ae5419d822dd99e91220a7a0
Give access to OpenLayers default parameter bbox for BBOX strategy
diff --git a/lib/model/sfMapFishTable.class.php b/lib/model/sfMapFishTable.class.php index ade2dbc..fe5df5e 100644 --- a/lib/model/sfMapFishTable.class.php +++ b/lib/model/sfMapFishTable.class.php @@ -1,250 +1,258 @@ <?php /* * This file is part of the sfMapFishPlugin package. * (c) Camptocamp <info@camptocamp.co...
tonio/sfMapFishPlugin
f82b80ba45039cabe157ef4c250e9d0db152dcce
Fixes a "Strict Standards bug"
diff --git a/lib/mfQuery.class.php b/lib/mfQuery.class.php index c555339..9fde822 100644 --- a/lib/mfQuery.class.php +++ b/lib/mfQuery.class.php @@ -1,160 +1,160 @@ <?php /** * Geometric queries helpers * */ class mfQuery extends Doctrine_Query { /** * The name of the geometric column * * @va...
tonio/sfMapFishPlugin
5f34c696eb60081861547829ac176cb5b394cdde
[sfMapFishPlugin] Make Collection implements ArrayAccess, add GeoJson dump ability to Feature’s instance
diff --git a/lib/GeoJSON/lib/Feature.class.php b/lib/GeoJSON/lib/Feature.class.php index 91d44fc..0c6a15a 100644 --- a/lib/GeoJSON/lib/Feature.class.php +++ b/lib/GeoJSON/lib/Feature.class.php @@ -1,194 +1,213 @@ <?php /* * This file is part of the sfMapFishPlugin package. * (c) Camptocamp <info@camptocamp.com> ...
tonio/sfMapFishPlugin
da7d5c12503a8817ef3b4f976f856625968fc1ab
[sfMapFishPlugin] Make Collection implements ArrayAccess, add GeoJson dump ability to Feature’s instance
diff --git a/lib/GeoJSON/lib/Feature.class.php b/lib/GeoJSON/lib/Feature.class.php index 91d44fc..0c6a15a 100644 --- a/lib/GeoJSON/lib/Feature.class.php +++ b/lib/GeoJSON/lib/Feature.class.php @@ -1,194 +1,213 @@ <?php /* * This file is part of the sfMapFishPlugin package. * (c) Camptocamp <info@camptocamp.com> ...
tonio/sfMapFishPlugin
f7a8fcd00c744ae1f8a9690a95555eec069cebe6
Make Collection implements ArrayAccess, add GeoJson dump ability to Feature’s instance
diff --git a/lib/GeoJSON/lib/Feature.class.php b/lib/GeoJSON/lib/Feature.class.php index 91d44fc..0c6a15a 100644 --- a/lib/GeoJSON/lib/Feature.class.php +++ b/lib/GeoJSON/lib/Feature.class.php @@ -1,194 +1,213 @@ <?php /* * This file is part of the sfMapFishPlugin package. * (c) Camptocamp <info@camptocamp.com> ...
tonio/sfMapFishPlugin
35df9c3f317a3b21a22725d57ffe6ffa59366c90
[sfMapFishPlugin] package.xml template for 1.1 release
diff --git a/package.xml.tmpl b/package.xml.tmpl index 7edd69d..6528392 100644 --- a/package.xml.tmpl +++ b/package.xml.tmpl @@ -1,117 +1,133 @@ <?xml version="1.0" encoding="UTF-8"?> <package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001...
tonio/sfMapFishPlugin
3886293b9cc8ff9eee6f666e144ae62cd6123737
[sfMapFishPlugin] small fixes for 1.4 better compatibility
diff --git a/README b/README index 1ce304b..7d5450c 100644 --- a/README +++ b/README @@ -1,131 +1,133 @@ sfMapFishPlugin =============== The `sfMapFishPlugin` packages useful libraries and tools to publish and interact with your vector GIS data in a PostgreSQL/PostGIS database. It is a PHP implementation for th...
tonio/sfMapFishPlugin
21fe4f0b287c9465167f79ac62bcc7aced7cda51
[sfMapfishPlugin] README updated so that the URLs match the new website
diff --git a/README b/README index b2bb444..1ce304b 100644 --- a/README +++ b/README @@ -1,131 +1,131 @@ sfMapFishPlugin =============== The `sfMapFishPlugin` packages useful libraries and tools to publish and interact with your vector GIS data in a PostgreSQL/PostGIS database. It is a PHP implementation for th...
tonio/sfMapFishPlugin
fe39aa9a52b0b1123af5ea6eb8568e6bd42f1b23
[sfMapFishPlugin] fixes incorrect pype cast & prepare 1.0.3 release
diff --git a/lib/mfQuery.class.php b/lib/mfQuery.class.php index 36f4b94..c555339 100644 --- a/lib/mfQuery.class.php +++ b/lib/mfQuery.class.php @@ -1,159 +1,160 @@ <?php /** * Geometric queries helpers * */ class mfQuery extends Doctrine_Query { /** * The name of the geometric column * * @va...
tonio/sfMapFishPlugin
72dee4203d3e4501b5c02ceafd721cb53f9b250d
[sfMapFishPlugin] fix WKT test failed
diff --git a/lib/GeoJSON/WKT/WKT.class.php b/lib/GeoJSON/WKT/WKT.class.php index 4496bd3..a719811 100644 --- a/lib/GeoJSON/WKT/WKT.class.php +++ b/lib/GeoJSON/WKT/WKT.class.php @@ -1,229 +1,243 @@ <?php /* * This file is part of the sfMapFishPlugin package. * (c) Camptocamp <info@camptocamp.com> * * For the f...
tonio/sfMapFishPlugin
9ed4f466afbfe7d3a450c001318cc9cd9cc45969
[sfMapFishPlugin] more complete README about geometry column declaration
diff --git a/README b/README index 63db7c9..b2bb444 100644 --- a/README +++ b/README @@ -1,127 +1,131 @@ sfMapFishPlugin =============== The `sfMapFishPlugin` packages useful libraries and tools to publish and interact with your vector GIS data in a PostgreSQL/PostGIS database. It is a PHP implementation for th...
tonio/sfMapFishPlugin
3b5f598ae24afc232e216941d94eabca9018bba8
[sfMapFishPlugin] fix the preg_replace limitation (WKT exceed 30k) and the coordinates in GeoJSON (should be float, not string)
diff --git a/package.xml.tmpl b/package.xml.tmpl index 6d369d8..4b1bec0 100644 --- a/package.xml.tmpl +++ b/package.xml.tmpl @@ -1,99 +1,113 @@ <?xml version="1.0" encoding="UTF-8"?> <package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/...
tonio/sfMapFishPlugin
7af4fcff03e84705a7e97a3c1a437c6931986aaf
- fix preg_replace limitation - fix coordinate in GeoJSON is string, it will be a float
diff --git a/lib/GeoJSON/WKT/WKT.class.php b/lib/GeoJSON/WKT/WKT.class.php index 5dcdef8..4496bd3 100644 --- a/lib/GeoJSON/WKT/WKT.class.php +++ b/lib/GeoJSON/WKT/WKT.class.php @@ -1,229 +1,229 @@ <?php /* * This file is part of the sfMapFishPlugin package. * (c) Camptocamp <info@camptocamp.com> * * For the f...
tonio/sfMapFishPlugin
420090beade32be84ed21efa89e405aec52ba4db
[sfMapFishPlugin] Complete documentation, update package template file.
diff --git a/README b/README index af90ff2..63db7c9 100644 --- a/README +++ b/README @@ -1,122 +1,127 @@ sfMapFishPlugin =============== The `sfMapFishPlugin` packages useful libraries and tools to publish and interact with your vector GIS data in a PostgreSQL/PostGIS database. It is a PHP implementation for th...
tonio/sfMapFishPlugin
18f394766839d60c2912afb33a52ddabe7661772
[sfMapFishPlugin] Update license
diff --git a/LICENSE b/LICENSE index e1eb0b5..b757e43 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,24 @@ -Copyright (c) 2009 Camptocamp - -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 r...
tonio/sfMapFishPlugin
57ffbb6e00e3cc3394b873e9b6531fb244cb4d86
[sfMapFishPlugin] completed switch to MIT license
diff --git a/LICENSE b/LICENSE index 5d86000..e1eb0b5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,25 +1,7 @@ -* Copyright (c) 1998, Regents of the University of California -* All rights reserved. -* Redistribution and use in source and binary forms, with or without -* modification, are permitted provided that the followin...
tonio/sfMapFishPlugin
1362fd7f0810ed9130f8f992162f8e9c6f4c6764
[sfMapFishPlugin] better doc for print module
diff --git a/README b/README index 45da7f9..af90ff2 100644 --- a/README +++ b/README @@ -1,120 +1,122 @@ sfMapFishPlugin =============== The `sfMapFishPlugin` packages useful libraries and tools to publish and interact with your vector GIS data in a PostgreSQL/PostGIS database. It is a PHP implementation for th...
tonio/sfMapFishPlugin
8fb9221f06e3404ac52278334ff0dbe0f0b44a7a
[sfMapFishPlugin] better doc
diff --git a/README b/README index 7962b48..45da7f9 100644 --- a/README +++ b/README @@ -1,110 +1,120 @@ sfMapFishPlugin =============== -The `sfMapFishPlugin` packages useful tools to manage geographical data from a Postgres/PostGis database with symfony & Doctrine. +The `sfMapFishPlugin` packages useful libraries...
tonio/sfMapFishPlugin
055c3a25961b8a37f26494ec484728101989748a
[sfMapFishPlugin] Add missing GeoJSON lib & fixes typo
diff --git a/README b/README index 91ddf74..7962b48 100644 --- a/README +++ b/README @@ -1,110 +1,110 @@ sfMapFishPlugin =============== -The `sfMapFishPlugin` packages useful tools to manage geographical data from a Postgres/PotGis database with symfony & Doctrine. +The `sfMapFishPlugin` packages useful tools to m...
tonio/sfMapFishPlugin
0db60790821c92646ed84d590bca77fc67aead88
[sfMapFishPlugin] updated README & default print config file for 1.0 release
diff --git a/README b/README index c8d23ea..91ddf74 100644 --- a/README +++ b/README @@ -1,67 +1,110 @@ sfMapFishPlugin =============== The `sfMapFishPlugin` packages useful tools to manage geographical data from a Postgres/PotGis database with symfony & Doctrine. It's the PHP implementation of the [MapFish fra...
tonio/sfMapFishPlugin
4f2a2de024fd37e56397c33828abb922628acafd
[sfMapFishPlugin] initial import
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..5d86000 --- /dev/null +++ b/LICENSE @@ -0,0 +1,25 @@ +* Copyright (c) 1998, Regents of the University of California +* All rights reserved. +* Redistribution and use in source and binary forms, with or without +* modification, are permitted provided tha...
tonio/sfMapFishPlugin
0371238fc54c1f86a21e4b28fb5e127fbdf73bb6
Add missing GeoJSON lib from MapFish
diff --git a/lib/GeoJSON/GeoJSON.class.php b/lib/GeoJSON/GeoJSON.class.php new file mode 100644 index 0000000..c34c13c --- /dev/null +++ b/lib/GeoJSON/GeoJSON.class.php @@ -0,0 +1,392 @@ +<?php +/* + * This file is part of the sfMapFishPlugin package. + * (c) Camptocamp <info@camptocamp.com> + * + * For the full copyri...
tonio/sfMapFishPlugin
9d1ef0c289b7b4f4d25fe63a903e62266ea5e3a3
more robust attributes filter
diff --git a/lib/model/sfMapFishTable.class.php b/lib/model/sfMapFishTable.class.php index 8c45bdc..74cda12 100644 --- a/lib/model/sfMapFishTable.class.php +++ b/lib/model/sfMapFishTable.class.php @@ -1,223 +1,223 @@ <?php class sfMapFishTable extends Doctrine_Table { private $operators = array( 'eq' => ...
tonio/sfMapFishPlugin
4d7cf83a8595f3cfa8986c1c21b4b5c27de02b5c
more robust attributes filter
diff --git a/lib/model/sfMapFishTable.class.php b/lib/model/sfMapFishTable.class.php index 77ad8e8..8c45bdc 100644 --- a/lib/model/sfMapFishTable.class.php +++ b/lib/model/sfMapFishTable.class.php @@ -1,223 +1,223 @@ <?php class sfMapFishTable extends Doctrine_Table { private $operators = array( 'eq' => ...
tonio/sfMapFishPlugin
a156969d8b53363afee06e1896afd3e108636452
typo fixes broken box filter
diff --git a/lib/model/sfMapFishTable.class.php b/lib/model/sfMapFishTable.class.php index 171d8c8..77ad8e8 100644 --- a/lib/model/sfMapFishTable.class.php +++ b/lib/model/sfMapFishTable.class.php @@ -1,223 +1,223 @@ <?php class sfMapFishTable extends Doctrine_Table { private $operators = array( 'eq' => ...
tonio/sfMapFishPlugin
ce8281c90712bba62b5f3e53ecc7d297f6f3d271
mfProtocol::filter now checks if attrs is an array, and if true it process setExportedProperties with that array
diff --git a/lib/mfProtocol.class.php b/lib/mfProtocol.class.php index 15bc056..eb16fc5 100644 --- a/lib/mfProtocol.class.php +++ b/lib/mfProtocol.class.php @@ -1,44 +1,51 @@ <?php /** * mfProtocol is used to filter features according to MapFish Protocol * * @package symfony * @subpackage mapfish * @au...
tonio/sfMapFishPlugin
3d92514edb86e9d891fa54a52dbead935b4c6a52
bug fixing: sfMapFishRecord::toArray should return false if entering recursively the same doctrine record
diff --git a/lib/model/sfMapFishRecord.class.php b/lib/model/sfMapFishRecord.class.php index 51f3217..9a40508 100644 --- a/lib/model/sfMapFishRecord.class.php +++ b/lib/model/sfMapFishRecord.class.php @@ -1,111 +1,114 @@ <?php class sfMapFishRecord extends sfDoctrineRecord { /** * List of properties to ex...
tonio/sfMapFishPlugin
16ad50421d35d661593058af3ddc80f81f79d76f
Move some protocol logic for easier re-use
diff --git a/lib/mfProtocol.class.php b/lib/mfProtocol.class.php new file mode 100644 index 0000000..15bc056 --- /dev/null +++ b/lib/mfProtocol.class.php @@ -0,0 +1,44 @@ +<?php + +/** + * mfProtocol is used to filter features according to MapFish Protocol + * + * @package symfony + * @subpackage mapfish + * @author...
tonio/sfMapFishPlugin
29ff977a78c1da02556596dc06fb043ce367269a
in case of references on Doctrine_Record or Doctrine_Collection objects, call setExportedProperties recursively for each record
diff --git a/lib/model/sfMapFishRecord.class.php b/lib/model/sfMapFishRecord.class.php index ed8b6a5..51f3217 100644 --- a/lib/model/sfMapFishRecord.class.php +++ b/lib/model/sfMapFishRecord.class.php @@ -1,91 +1,111 @@ <?php class sfMapFishRecord extends sfDoctrineRecord { /** * List of properties to exp...
tonio/sfMapFishPlugin
04c840e3b64218be7aa51cc39769d95fe39b8783
Add a few unit tests for WKT class
diff --git a/test/unit/WKT_Test.php b/test/unit/WKT_Test.php new file mode 100644 index 0000000..50c4b51 --- /dev/null +++ b/test/unit/WKT_Test.php @@ -0,0 +1,56 @@ +<?php + +require_once(dirname(__FILE__).'/../bootstrap/unit.php'); + +$t = new lime_test(16, new lime_output_color()); + +$t->diag('WKT class'); + +$point...
tonio/sfMapFishPlugin
0f078bf3284503b4a4f9762a8aa5751b33d53f97
add removeParameter to sfWebRequest (corrects comment)
diff --git a/config/sfMapFishPluginConfiguration.class.php b/config/sfMapFishPluginConfiguration.class.php index d5eb54d..bc5ffc1 100644 --- a/config/sfMapFishPluginConfiguration.class.php +++ b/config/sfMapFishPluginConfiguration.class.php @@ -1,67 +1,67 @@ <?php /** * sfMapFishPlugin configuration. * * @pac...
tonio/sfMapFishPlugin
ea6a46e1c7b6939d406f0c1dba19823d1fa8701b
add removeParameter to sfWebRequest
diff --git a/config/sfMapFishPluginConfiguration.class.php b/config/sfMapFishPluginConfiguration.class.php index 7e2f98b..d5eb54d 100644 --- a/config/sfMapFishPluginConfiguration.class.php +++ b/config/sfMapFishPluginConfiguration.class.php @@ -1,54 +1,67 @@ <?php /** * sfMapFishPlugin configuration. - * + * *...
tonio/sfMapFishPlugin
2c3cb36389887fb5e3a1f2ff49445018d663f4a9
add support for mapfish protocol no_geom & attrs parameters
diff --git a/lib/mfQuery.class.php b/lib/mfQuery.class.php index 598c269..d165859 100644 --- a/lib/mfQuery.class.php +++ b/lib/mfQuery.class.php @@ -1,127 +1,131 @@ <?php /** * Geometric queries helpers * */ class mfQuery extends Doctrine_Query { /** * The name of the geometric column * * @va...
tonio/sfMapFishPlugin
57a5307f80e173da92c429c54cb5ec38834ab174
Add support for attributes filtering (adapted from python)
diff --git a/lib/model/sfMapFishTable.class.php b/lib/model/sfMapFishTable.class.php index c6547ad..171d8c8 100644 --- a/lib/model/sfMapFishTable.class.php +++ b/lib/model/sfMapFishTable.class.php @@ -1,154 +1,223 @@ <?php -class sfMapFishTable extends Doctrine_Table +class sfMapFishTable extends Doctrine_Table { ...
tonio/sfMapFishPlugin
59ec8ef170971326e76ad7e3b77c05292d71448d
completes MapFish Protocol support, with offset & limit, fixes 204 should return empty body
diff --git a/data/generator/sfMapFishModule/default/parts/deleteAction.php b/data/generator/sfMapFishModule/default/parts/deleteAction.php index d116706..2011dd4 100644 --- a/data/generator/sfMapFishModule/default/parts/deleteAction.php +++ b/data/generator/sfMapFishModule/default/parts/deleteAction.php @@ -1,13 +1,13 ...
tonio/sfMapFishPlugin
4e2a220e3e4916148de909f07ab30e095b1985b0
Add a few units tests for GeoJSON class
diff --git a/config/sfMapFishPluginConfiguration.class.php b/config/sfMapFishPluginConfiguration.class.php index 66ba726..7e2f98b 100644 --- a/config/sfMapFishPluginConfiguration.class.php +++ b/config/sfMapFishPluginConfiguration.class.php @@ -1,54 +1,54 @@ <?php /** * sfMapFishPlugin configuration. * * @pa...
tonio/sfMapFishPlugin
4245db624fb33a9a05edecdfac3bfb0b52dcb30f
Add test to check geometry column existence
diff --git a/lib/model/sfMapFishTable.class.php b/lib/model/sfMapFishTable.class.php index e72ea2c..b0dbb85 100644 --- a/lib/model/sfMapFishTable.class.php +++ b/lib/model/sfMapFishTable.class.php @@ -1,134 +1,144 @@ <?php class sfMapFishTable extends Doctrine_Table { /** * searchByProtocol * retur...
tonio/sfMapFishPlugin
a5c259c4efa91a953b005562c4a6e492d289283b
implements create action
diff --git a/data/generator/sfMapFishModule/default/parts/countAction.php b/data/generator/sfMapFishModule/default/parts/countAction.php new file mode 100644 index 0000000..3fc6002 --- /dev/null +++ b/data/generator/sfMapFishModule/default/parts/countAction.php @@ -0,0 +1,11 @@ +<?php echo ' + /** + * Returns number...
tonio/sfMapFishPlugin
2771d7a08dd73aedfa4b7c05047695dbc7e7ca9e
implements count action, corrects typo ni query/epsg, remove unused templates in crud
diff --git a/data/generator/sfMapFishModule/default/parts/editAction.php b/data/generator/sfMapFishModule/default/parts/editAction.php deleted file mode 100644 index 583cdb4..0000000 --- a/data/generator/sfMapFishModule/default/parts/editAction.php +++ /dev/null @@ -1,9 +0,0 @@ - public function executeEdit(sfWebReque...
tonio/sfMapFishPlugin
f9af0d6dfca8070366a8ff28810f708bd2bc28fa
Add ability to pass Doctrine_Query to searchByProtocol method
diff --git a/lib/model/sfMapFishTable.class.php b/lib/model/sfMapFishTable.class.php index 5e2a5eb..503d02b 100644 --- a/lib/model/sfMapFishTable.class.php +++ b/lib/model/sfMapFishTable.class.php @@ -1,98 +1,92 @@ <?php class sfMapFishTable extends Doctrine_Table { /** * searchByProtocol * returns...
tonio/sfMapFishPlugin
d5cf1b7ea059c84867c00aa70c220e141a35720b
Now returns correct content-types
diff --git a/data/generator/sfMapFishModule/default/parts/indexAction.php b/data/generator/sfMapFishModule/default/parts/indexAction.php index bdcf121..2f011bc 100644 --- a/data/generator/sfMapFishModule/default/parts/indexAction.php +++ b/data/generator/sfMapFishModule/default/parts/indexAction.php @@ -1,13 +1,13 @@ ...
tonio/sfMapFishPlugin
92d7b13c471a62ba01a81ecd0ca175007b007523
Corrects geometry update query Add sfMapFishRoute::getObjectsForParameter Refactor index & show action Add update action for single feature
diff --git a/data/generator/sfMapFishModule/default/parts/indexAction.php b/data/generator/sfMapFishModule/default/parts/indexAction.php index f95cccd..bdcf121 100644 --- a/data/generator/sfMapFishModule/default/parts/indexAction.php +++ b/data/generator/sfMapFishModule/default/parts/indexAction.php @@ -1,15 +1,13 @@ ...
tonio/sfMapFishPlugin
2c51378f6c5fa0b61053b0314d309f512f981a99
remove old GeoJSON parser, add routing generation to mapfish:generate-module task, corrects index & show action
diff --git a/config/sfMapFishPluginConfiguration.class.php b/config/sfMapFishPluginConfiguration.class.php index a5d967c..66ba726 100644 --- a/config/sfMapFishPluginConfiguration.class.php +++ b/config/sfMapFishPluginConfiguration.class.php @@ -1,51 +1,54 @@ <?php /** * sfMapFishPlugin configuration. * * @pa...
tonio/sfMapFishPlugin
4f920156b4a7e0a4dc261756a23d690d4d16d765
sfMapFishPlugin first import (draft)
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c9cdc63 --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +_ \ No newline at end of file diff --git a/README b/README new file mode 100644 index 0000000..e69de29 diff --git a/config/sfMapFishPluginConfiguration.class.php b/config/sfMapFishPluginConfiguration.cl...
undarwe/musiqlog
8e3ed742c20256df39767c1bedebc4c9bfa4af4a
publish
diff --git a/Marklite.pm b/Marklite.pm index e317b5a..3947e1a 100644 --- a/Marklite.pm +++ b/Marklite.pm @@ -1,75 +1,77 @@ package Marklite; use strict; use Text::Markdown 'markdown'; use Text::Typography 'typography'; sub new { my ($class, $params) = @_; $params = $params || {}; my $self = ...
undarwe/musiqlog
aa0880239dd9dd0af9b237f3b240532d09807d2b
rename
diff --git a/www/blog.html b/www/blog.html index bd66e5a..4ed3df5 100644 --- a/www/blog.html +++ b/www/blog.html @@ -1,214 +1,214 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> - <link type="text/css" rel="stylesheet" href...
undarwe/musiqlog
08ca9d892460f4bc24dff25169d757a7fd00663d
default template
diff --git a/marklite b/marklite index 4913f48..fe55420 100755 --- a/marklite +++ b/marklite @@ -1,37 +1,38 @@ #!/usr/bin/perl -w use strict; use Marklite; use Template; use Cwd 'abs_path'; use File::Basename; my $file = shift; if (!(-e $file)) { exit; } my (undef, $dir) = fileparse(abs_path($file)); ...
undarwe/musiqlog
14fd4a67613d602be41c098346b843ab25bbf9d1
xspf generator
diff --git a/mp3/volapuk-slang/playlist.xspf b/mp3/volapuk-slang/playlist.xspf new file mode 100644 index 0000000..fcfbfc8 --- /dev/null +++ b/mp3/volapuk-slang/playlist.xspf @@ -0,0 +1,21 @@ +<playlist version="1" xmlns="http://xspf.org/ns/0/"> + + <title>Volapuk / Slang!</title> + <location>http://undarwe.ru/mu...
undarwe/musiqlog
613344d6bfd0b80c517137f711b5a32bdfb137d7
playlists
diff --git a/Marklite.pm b/Marklite.pm index 45006b4..e317b5a 100644 --- a/Marklite.pm +++ b/Marklite.pm @@ -1,65 +1,75 @@ -#!/usr/bin/perl -w +package Marklite; use strict; use Text::Markdown 'markdown'; use Text::Typography 'typography'; -sub marklite { - my ($m) = @_; +sub new { + my ($class, $params)...
undarwe/musiqlog
74b6c92cfd0c2f4ad2070b051ebe230dac784b64
шаблоны в tt2
diff --git a/_templates/post.tt2 b/_templates/post.tt2 new file mode 100644 index 0000000..28e6f3a --- /dev/null +++ b/_templates/post.tt2 @@ -0,0 +1,9 @@ +<html> +<head> + <title>[% post.title %]</title> +</head> +<body> + [% post.content %] +</body> +</html> + diff --git a/drafts/volapuk-slang/volapuk-slang.jpg...
undarwe/musiqlog
fc64ad256c47780fc2a365b10025446416c9a83b
новый код
diff --git a/Marklite.pm b/Marklite.pm new file mode 100644 index 0000000..45006b4 --- /dev/null +++ b/Marklite.pm @@ -0,0 +1,65 @@ +#!/usr/bin/perl -w + +use strict; + +use Text::Markdown 'markdown'; +use Text::Typography 'typography'; + +sub marklite { + my ($m) = @_; + + $m =~ s{<<(.*?)>>}{ m_inline($1); }gsme...
undarwe/musiqlog
16d64df66cd219ff0e904371b74d541df476ee16
html-верстка блога
diff --git a/www/blog.css b/www/blog.css new file mode 100644 index 0000000..9ba50ae --- /dev/null +++ b/www/blog.css @@ -0,0 +1,204 @@ +body { + margin: 0; + padding: 0; + font-family: verdana, sans-serif; + font-size: 80%; + color: #000; + background-color: #f8f8f8; +} +a:link, a:visited { + colo...
undarwe/musiqlog
5bbe133c43b5491430028029fb8f4582f3643ba6
markdown lite
diff --git a/.todo b/.todo new file mode 100644 index 0000000..a5bad05 --- /dev/null +++ b/.todo @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<todo version="0.1.20"> + <title> + musiqlog + </title> +</todo> diff --git a/Block.pm b/Block.pm new file mode 100644 index 0000000..c4d634d --- /dev/null +++ b/Block.pm...
dawanda/dawanda-api-client-js
23b0e078fd3e8c95d124233b513f1c024d914f05
change license to MIT
diff --git a/bower.json b/bower.json index f031eee..0afb6d8 100644 --- a/bower.json +++ b/bower.json @@ -1,14 +1,14 @@ { "name": "dawanda/dawanda-api-client-js", "version": "1.0.0", "main": "lib/v1/dawanda.js", "description": "Client for the DaWanda API in JavaScript", - "license": "Eclipse", + "license"...