repo
string
commit
string
message
string
diff
string
mutsuda/dubbing
62d5e6460f604ef95c1dcd182199caf7f79dbcff
convo and blip working
diff --git a/app/controllers/blips_controller.rb b/app/controllers/blips_controller.rb index 1fd4ad5..f42b430 100644 --- a/app/controllers/blips_controller.rb +++ b/app/controllers/blips_controller.rb @@ -1,79 +1,83 @@ class BlipsController < ApplicationController # GET /blips # GET /blips.xml def index ...
DuncanCragg/phonegap-maemo-webgl
bf310e44e90c9be6cf2a64224fdf962288f8e811
initial GPS support added
diff --git a/SConscript.py b/SConscript.py index cb15f84..2c215a9 100644 --- a/SConscript.py +++ b/SConscript.py @@ -1,56 +1,57 @@ -import os -from os.path import join, exists - -PHONEGAP_LIB = "phonegap.js" -PHONEGAP_COMPRESSED = "phonegap-compressed.js" -APPNAME = "PhoneGap" - -def CommandMakePhonegapJS...
DuncanCragg/phonegap-maemo-webgl
464be5963fcf0715fe675968e92b1d6a2c289612
remove some cruft
diff --git a/commandmanager.h b/commandmanager.h index 8c5f186..4392dcc 100644 --- a/commandmanager.h +++ b/commandmanager.h @@ -1,82 +1,78 @@ #ifndef COMMANDMANAGER_H #define COMMANDMANAGER_H #include <iostream> #include <QObject> #include <QApplication> #include <QWidget> #include <QWebView> #include <QWe...
DuncanCragg/phonegap-maemo-webgl
0438b11a686eb07add1a21e61beb2f9600b1b1b7
tidy up
diff --git a/.gitignore b/.gitignore index 9a88c7b..5512b5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,14 @@ .DS_Store .*.sw? *.cso tmp/ *.o moc_* Makefile phonegap *.pyc +,* .scons* distribution doc/local www diff --git a/javascript/accelerometer.js b/javascript/accelerometer.js index b38e9bc..7...
DuncanCragg/phonegap-maemo-webgl
c976a8a7a985005ec76de92d1601359558f22cb8
phonegap.js stuff
diff --git a/.gitignore b/.gitignore index 31cba22..9a88c7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,13 @@ .DS_Store .*.sw? *.cso tmp/ *.o moc_* Makefile phonegap *.pyc .scons* distribution doc/local +www diff --git a/HOWTO.txt b/HOWTO.txt index 6877606..e2c1dd0 100644 --- a/HOWTO.txt +++ b/HOWT...
DuncanCragg/phonegap-maemo-webgl
eb1796b6a22e9af42c312672678045c634e2a730
.gitignore doc/local
diff --git a/.gitignore b/.gitignore index 5bcdba4..31cba22 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,12 @@ .DS_Store .*.sw? *.cso tmp/ *.o moc_* Makefile phonegap *.pyc .scons* distribution +doc/local
DuncanCragg/phonegap-maemo-webgl
5f6d9f958755da38f1743ae6c37d68a9d8852965
some renames
diff --git a/HOWTO.txt b/HOWTO.txt index 6d8f11d..6877606 100644 --- a/HOWTO.txt +++ b/HOWTO.txt @@ -1,124 +1,131 @@ ================================================================================================= Rather than fork the original ( http://github.com/jtoivola/phonegap ) this is a new repo, since the di...
DuncanCragg/phonegap-maemo-webgl
a770e1633d1ee1484f5e892e61c7afc08cc48bdc
first WebGL functions: viewport and createShader. yay.
diff --git a/NativeExample.cpp b/NativeExample.cpp index f65b88f..fae762f 100644 --- a/NativeExample.cpp +++ b/NativeExample.cpp @@ -1,189 +1,188 @@ using namespace std; #include <iostream> #include <unistd.h> #include <cmath> #include <sys/time.h> #include <X11/Xlib.h> #include <GLES2/gl2.h> #inclu...
DuncanCragg/phonegap-maemo-webgl
dc188607f8d2b593e3d129f8904ea50f10ff60a8
extract native gles and add true WebGL version of it
diff --git a/NativeExample.cpp b/NativeExample.cpp new file mode 100644 index 0000000..f65b88f --- /dev/null +++ b/NativeExample.cpp @@ -0,0 +1,189 @@ +using namespace std; + +#include <iostream> +#include <unistd.h> + +#include <cmath> +#include <sys/time.h> + +#include <X11/Xlib.h> + +#include <GLES2/gl2.h> +#inc...
DuncanCragg/phonegap-maemo-webgl
9ca49b961612e47cbc521e9fc4795fbf45571eb7
run gl loop from javascript via new gles2 classes
diff --git a/HOWTO.txt b/HOWTO.txt index a853513..6d8f11d 100644 --- a/HOWTO.txt +++ b/HOWTO.txt @@ -1,124 +1,124 @@ ================================================================================================= Rather than fork the original ( http://github.com/jtoivola/phonegap ) this is a new repo, since the di...
DuncanCragg/phonegap-maemo-webgl
05551c504a4dae656ceb4b9d577f433cd87d8f87
righto .. first opengl es code hacked in
diff --git a/.gitignore b/.gitignore index 94508ff..5bcdba4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,11 @@ .DS_Store .*.sw? *.cso tmp/ *.o moc_* Makefile phonegap *.pyc .scons* +distribution diff --git a/HOWTO-ES2.txt b/HOWTO-ES2.txt new file mode 100644 index 0000000..1afde25 --- /dev/null +++ b/...
DuncanCragg/phonegap-maemo-webgl
11c121f325ad402b19b3c8e5cc311d5818dbf18a
ignore Makefile
diff --git a/.gitignore b/.gitignore index 576b72a..94508ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ .DS_Store .*.sw? *.cso tmp/ *.o moc_* +Makefile phonegap *.pyc .scons*
DuncanCragg/phonegap-maemo-webgl
ff8ce203a5daf2d80870fa33020587ff4d9749a7
Distribution.mk PACKAGE_DIR
diff --git a/Distribution.mk b/Distribution.mk index 80cd9e0..e097598 100644 --- a/Distribution.mk +++ b/Distribution.mk @@ -1,80 +1,80 @@ # # Build target .deb for Maemo # # See also: http://madabar.com/techblog/2007/07/15/manually-creating-a-deb-package-for-maemo/ # # # # ARMEL binary name we are going to dis...
DuncanCragg/phonegap-maemo-webgl
21adbd9ffa73eaa2d22f9bb0e23e43762d698783
howto fix
diff --git a/HOWTO.txt b/HOWTO.txt index a2df60f..a9813fb 100644 --- a/HOWTO.txt +++ b/HOWTO.txt @@ -1,129 +1,129 @@ ================================================================================================= Rather than fork the original ( http://github.com/jtoivola/phonegap ) this is a new repo, since the di...
DuncanCragg/phonegap-maemo-webgl
54dfb4927401a90447697d2c93a294035654ce11
talk about fork
diff --git a/HOWTO.txt b/HOWTO.txt index 9ae7b84..a2df60f 100644 --- a/HOWTO.txt +++ b/HOWTO.txt @@ -1,127 +1,129 @@ - +================================================================================================= +Rather than fork the original ( http://github.com/jtoivola/phonegap ) this is a new repo, since +the ...
DuncanCragg/phonegap-maemo-webgl
54c13d057a32ed2ba847030c751b1a1e93465fc8
.gitignore
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..576b72a --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.DS_Store +.*.sw? +*.cso +tmp/ +*.o +moc_* +phonegap +*.pyc +.scons*
pfeilbr/qik
378b922c555c2a776f15a8587c023b6897aa947e
forced admin lockout mode
diff --git a/items/views.py b/items/views.py index d5139e7..5124d94 100755 --- a/items/views.py +++ b/items/views.py @@ -1,200 +1,200 @@ import logging from google.appengine.api import users from django.template import Context, loader from items.models import Item from django.http import HttpResponse, HttpResponse...
pfeilbr/qik
0688bd1716bc0242ef8edb6ef3c1eaec690772ee
forced admin lockout mode
diff --git a/items/views.py b/items/views.py index bb2b872..d5139e7 100755 --- a/items/views.py +++ b/items/views.py @@ -1,199 +1,200 @@ import logging from google.appengine.api import users from django.template import Context, loader from items.models import Item from django.http import HttpResponse, HttpResponse...
wh5a/jos
8223e70a9e8c9942f2fd02b6d4e046c7e6da34ed
spinlock
diff --git a/inc/x86.h b/inc/x86.h index ca94789..f019af1 100644 --- a/inc/x86.h +++ b/inc/x86.h @@ -1,301 +1,336 @@ #ifndef JOS_INC_X86_H #define JOS_INC_X86_H #include <inc/types.h> #include <inc/gcc.h> static __inline void breakpoint(void) __attribute__((always_inline)); static __inline uint8_t inb(int por...
wh5a/jos
80b9f2fdbe61f1efa508697a76e765b3afc76cc3
Start creating per-cpu data structures.
diff --git a/kern/Makefrag b/kern/Makefrag index a6c7f25..118fe24 100644 --- a/kern/Makefrag +++ b/kern/Makefrag @@ -1,101 +1,102 @@ # # Makefile fragment for JOS kernel. # This is NOT a complete makefile; # you must run GNU make in the top-level directory # where the GNUmakefile is located. # OBJDIRS += kern ...
wh5a/jos
e06d4176d53f27360956231183979a48b8faa3cb
Rename i386_init
diff --git a/kern/entry.S b/kern/entry.S index 230753b..cf18221 100644 --- a/kern/entry.S +++ b/kern/entry.S @@ -1,105 +1,105 @@ /* See COPYRIGHT for copyright information. */ #include <inc/mmu.h> #include <inc/memlayout.h> #include <inc/trap.h> # Shift Right Logical #define SRL(val, shamt) (((val) >> (sham...
wh5a/jos
f724102b972dfd6358177d7707a967205ec9f2d3
Import some PIOS files.
diff --git a/inc/gcc.h b/inc/gcc.h new file mode 100644 index 0000000..c79e690 --- /dev/null +++ b/inc/gcc.h @@ -0,0 +1,33 @@ +/* + * Convenience macros for using GCC-specific compiler features + * that tend to be useful in OS programming. + * + * Copyright (C) 2010 Yale University. + * See section "MIT License" in the...
wh5a/jos
f24fa354c41b1fd2ab5ce91c2b0aa448ca2ed7d7
6.10: Steal the receiver code.
diff --git a/kern/trap.c b/kern/trap.c index 6b857f7..f696cbb 100644 --- a/kern/trap.c +++ b/kern/trap.c @@ -1,291 +1,296 @@ #include <inc/mmu.h> #include <inc/x86.h> #include <inc/assert.h> #include <kern/pmap.h> #include <kern/trap.h> #include <kern/console.h> #include <kern/monitor.h> #include <kern/env.h>...
wh5a/jos
fd3496b78d6feab71d886687e02502a65104d384
Steal system calls for transmitting/receiving.
diff --git a/inc/syscall.h b/inc/syscall.h index e91f0f3..3fa154d 100644 --- a/inc/syscall.h +++ b/inc/syscall.h @@ -1,25 +1,27 @@ #ifndef JOS_INC_SYSCALL_H #define JOS_INC_SYSCALL_H /* system call numbers */ enum { SYS_cputs = 0, SYS_cgetc, SYS_getenvid, SYS_env_destroy, SYS_page_alloc, SYS_page_map...
wh5a/jos
ce92cf3f78cbb894d6176464817c781e314f58ff
Steal official solution of e100 driver.
diff --git a/Resources b/Resources index 2a09042..27c2294 100644 --- a/Resources +++ b/Resources @@ -1,16 +1,15 @@ Other people's implementations (missing e100 support): [1] http://www.cpu.eti.br/jos.html Implementations with e100 support, but have diverged too much from jos: [1] http://code.google.com/p/ekos/ [...
wh5a/jos
83ae5dc4a8eaaa10e653214329b1f4f783a06c13
The last two labs have evolved over time. Add the old ones for historic reference.
diff --git a/luiz/lab5.pdf b/luiz/lab5.pdf new file mode 100644 index 0000000..528f7f2 Binary files /dev/null and b/luiz/lab5.pdf differ diff --git a/luiz/lab6.pdf b/luiz/lab6.pdf new file mode 100644 index 0000000..8c060d4 Binary files /dev/null and b/luiz/lab6.pdf differ
wh5a/jos
e7d24d5334099a0cd119cf8039b335a8a749b49e
6.3: device drivers are fun!
diff --git a/kern/e100.c b/kern/e100.c index 30cb46b..3c65593 100644 --- a/kern/e100.c +++ b/kern/e100.c @@ -1 +1,16 @@ -// LAB 6: Your driver code here +#include <kern/e100.h> +#include <inc/assert.h> + +static uint32_t reg_base[6]; +static uint32_t reg_size[6]; +static uint8_t irq_line; + +void e100_store_params(stru...
wh5a/jos
d47d016c2bfd16a660b218d5c2e70f8e39008e53
Lab5 complete.
diff --git a/kern/syscall.c b/kern/syscall.c index 0948faa..34efbad 100644 --- a/kern/syscall.c +++ b/kern/syscall.c @@ -1,418 +1,432 @@ /* See COPYRIGHT for copyright information. */ #include <inc/x86.h> #include <inc/error.h> #include <inc/string.h> #include <inc/assert.h> #include <kern/env.h> #include <k...
wh5a/jos
a13d84032cd0debe8ebc9f1f1fc8eb094bc1a982
sfork ipc
diff --git a/lib/ipc.c b/lib/ipc.c index 3d37f14..6a8ca77 100644 --- a/lib/ipc.c +++ b/lib/ipc.c @@ -1,55 +1,58 @@ // User-level IPC library routines #include <inc/lib.h> // Receive a value via IPC and return it. // If 'pg' is nonnull, then any page sent by the sender will be mapped at // that address. // If ...
wh5a/jos
bc5f8e17d14277382fc401b6d5660f713db83c7f
sfork challenge.
diff --git a/lib/fork.c b/lib/fork.c index a44b318..cf84037 100644 --- a/lib/fork.c +++ b/lib/fork.c @@ -1,148 +1,164 @@ // implement fork from user space #include <inc/string.h> #include <inc/lib.h> // PTE_COW marks copy-on-write page table entries. // It is one of the bits explicitly allocated to user proces...
wh5a/jos
933ef255fa791195a3eda47b81fed5557c2ce05d
Steal Luiz's implementation of the sysenter challenge. Not enabled by default.
diff --git a/inc/x86.h b/inc/x86.h index 0c3a97b..c69cdfb 100644 --- a/inc/x86.h +++ b/inc/x86.h @@ -1,293 +1,300 @@ #ifndef JOS_INC_X86_H #define JOS_INC_X86_H #include <inc/types.h> static __inline void breakpoint(void) __attribute__((always_inline)); static __inline uint8_t inb(int port) __attribute__((alwa...
wh5a/jos
0c86ca3da3ddbe4b72d4cd7ac262066c56dda682
Steal luiz's solution to the kernel debugger challenge.
diff --git a/inc/x86.h b/inc/x86.h index 67ad5c9..0c3a97b 100644 --- a/inc/x86.h +++ b/inc/x86.h @@ -1,277 +1,293 @@ #ifndef JOS_INC_X86_H #define JOS_INC_X86_H #include <inc/types.h> static __inline void breakpoint(void) __attribute__((always_inline)); static __inline uint8_t inb(int port) __attribute__((alwa...
wh5a/jos
80759a2d6ca4e329819cf99d15d186d333cd5039
Copy some lab2 challenges' solutions by Luiz, for debugging pages in monitor. Didn't verify the code's correctness. Also add some resources.
diff --git a/Resources b/Resources index faa63ab..9859f8b 100644 --- a/Resources +++ b/Resources @@ -1,2 +1,8 @@ Other people's implementations: [1] http://www.cpu.eti.br/jos.html + +Other universities: +[1] http://162.105.203.48:8080/gaikuang/os_pro2008.jsp + Detailed Chinese explanation. +[2] http://zoo.cs.yale....
wh5a/jos
a68d0d65e438d8f3bed0eed5dffdc6a4cbfec0bb
Luiz's written answers to lab2
diff --git a/luiz/lab2/exercise3.txt b/luiz/lab2/exercise3.txt new file mode 100644 index 0000000..bcf53fa --- /dev/null +++ b/luiz/lab2/exercise3.txt @@ -0,0 +1,173 @@ +Exercise 3 +---------- + +Implement the following functions in kern/pmap.c: boot_alloc(), +boot_pgdir_walk(), boot_map_segment(), i386_vm_init() + + I...
wh5a/jos
19971cc70d453a3b1bf670db75ca82ebb1fc7c56
Luiz's written answers to lab1.
diff --git a/luiz/lab1/exercise10.txt b/luiz/lab1/exercise10.txt new file mode 100644 index 0000000..65b343f --- /dev/null +++ b/luiz/lab1/exercise10.txt @@ -0,0 +1,17 @@ +Exercise 10 +----------- + +Q1: Determine where the kernel initializes its stack, and exactly where in +memory its stack is located. How does the ke...
wh5a/jos
3a8dade009ad9c57162b898eefec22838d9c33db
Lab1 complete.
diff --git a/kern/kdebug.c b/kern/kdebug.c index 4f76f93..935f6d7 100644 --- a/kern/kdebug.c +++ b/kern/kdebug.c @@ -1,206 +1,203 @@ #include <inc/stab.h> #include <inc/string.h> #include <inc/memlayout.h> #include <inc/assert.h> #include <kern/kdebug.h> extern const struct Stab __STAB_BEGIN__[]; // Beginning...
wh5a/jos
a439da8834134212bf29a931871d594aae80e15e
Clear DF after setting it in memmove
diff --git a/lib/string.c b/lib/string.c index c79be76..6cd1017 100644 --- a/lib/string.c +++ b/lib/string.c @@ -1,279 +1,281 @@ // Basic string routines. Not hardware optimized, but not shabby. #include <inc/string.h> // Using assembly for memset/memmove // makes some difference on real hardware, // but it m...
wh5a/jos
59ac8b704f3be1ba269d22aab8cfe7aabbc883e8
Fix grade script to enable the NIC and to stop after each test is done instead of timing out. Remove a few old tests that only test provided code.
diff --git a/conf/lab.mk b/conf/lab.mk index 77112f4..c48796f 100644 --- a/conf/lab.mk +++ b/conf/lab.mk @@ -1,2 +1,2 @@ LAB=7 -PACKAGEDATE=Sun Nov 22 17:38:17 EST 2009 +PACKAGEDATE=Tue Nov 24 17:32:15 EST 2009 diff --git a/grade-functions.sh b/grade-functions.sh index cd77b8b..0f57942 100644 --- a/grade-functions.sh ...
wh5a/jos
6aadf09d82e10d01f1519e228db78ce54547a10a
Bug fix from ezyang
diff --git a/user/testfdsharing.c b/user/testfdsharing.c index 3d8513b..6b041f3 100644 --- a/user/testfdsharing.c +++ b/user/testfdsharing.c @@ -1,64 +1,64 @@ #include <inc/lib.h> char buf[512], buf2[512]; void umain(void) { int fd, r, n, n2; if ((fd = open("motd", O_RDONLY)) < 0) panic("open motd: %e...
wh5a/jos
e2bd0025a90c391e5ef73ad89eab2d1ef33098cc
Add user/faultregs test
diff --git a/kern/Makefrag b/kern/Makefrag index ca5651b..7327eb4 100644 --- a/kern/Makefrag +++ b/kern/Makefrag @@ -1,90 +1,91 @@ # # Makefile fragment for JOS kernel. # This is NOT a complete makefile; # you must run GNU make in the top-level directory # where the GNUmakefile is located. # OBJDIRS += kern ...
wh5a/jos
2ceda434fdfbd82f29fb114b600a888ee43a2bfc
Fix 'make qemu' and 'make clean; make qemu' behaving differently after a grade script run.
diff --git a/grade-functions.sh b/grade-functions.sh index a374fe4..cd77b8b 100644 --- a/grade-functions.sh +++ b/grade-functions.sh @@ -1,164 +1,170 @@ verbose=false if [ "x$1" = "x-v" ] then verbose=true out=/dev/stdout err=/dev/stderr else out=/dev/null err=/dev/null fi if gmake --version >/dev/n...
wh5a/jos
c1945028a950db658c9de821770cd06bba9f792b
Fix bad output redirection when killing QEMU
diff --git a/grade-functions.sh b/grade-functions.sh index f562f54..a374fe4 100644 --- a/grade-functions.sh +++ b/grade-functions.sh @@ -1,164 +1,164 @@ verbose=false if [ "x$1" = "x-v" ] then verbose=true out=/dev/stdout err=/dev/stderr else out=/dev/null err=/dev/null fi if gmake --version >/dev/n...
wh5a/jos
753b047b4024c5c3d5b79534a1d0bd87343210ff
Kill QEMU harder in the grade script to work around an OS X QEMU bug.
diff --git a/conf/lab.mk b/conf/lab.mk index 13de501..1919814 100644 --- a/conf/lab.mk +++ b/conf/lab.mk @@ -1,2 +1,2 @@ LAB=3 -PACKAGEDATE=Wed Sep 30 18:12:19 EDT 2009 +PACKAGEDATE=Fri Oct 2 14:17:20 EDT 2009 diff --git a/grade-functions.sh b/grade-functions.sh index 4af75a7..f562f54 100644 --- a/grade-functions.sh +...
wh5a/jos
8303029032148402587b5f42e5865ea26d955473
Improve serial port input handling. Based on a suggestion from Evan Broder.
diff --git a/lib/readline.c b/lib/readline.c index 7c631bd..bc77b1f 100644 --- a/lib/readline.c +++ b/lib/readline.c @@ -1,38 +1,38 @@ #include <inc/stdio.h> #include <inc/error.h> #define BUFLEN 1024 static char buf[BUFLEN]; char * readline(const char *prompt) { int i, c, echoing; if (prompt != NULL) ...
wh5a/jos
ebd5a0a6f90dbac4a8028cc1ab32ba3611dc8b32
use the serial port for the console
diff --git a/GNUmakefile b/GNUmakefile index e96870a..a1e4f24 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,202 +1,202 @@ # # This makefile system follows the structuring conventions # recommended by Peter Miller in his excellent paper: # # Recursive Make Considered Harmful # http://aegis.sourceforge.net/auug9...
wh5a/jos
2b246fbc74439f6932ca321b0602ae6d7d0e4008
Fixes for OS X
diff --git a/.gdbinit.tmpl b/.gdbinit.tmpl index b2bf5ab..b1c15af 100644 --- a/.gdbinit.tmpl +++ b/.gdbinit.tmpl @@ -1,26 +1,27 @@ set $lastcs = -1 -echo + symbol-file obj/kern/kernel\n -symbol-file obj/kern/kernel +# This fails on Darwin because the default gdb has no ELF support +# echo + symbol-file obj/kern/kern...
wh5a/jos
ee34979907175ea6ca9ac0e82fe7ff50a72a18a7
qemu fix from Evan Broder
diff --git a/GNUmakefile b/GNUmakefile index 5464d14..f696d1c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,201 +1,201 @@ # # This makefile system follows the structuring conventions # recommended by Peter Miller in his excellent paper: # # Recursive Make Considered Harmful # http://aegis.sourceforge.net/auug9...
wh5a/jos
1e7fe5c883378d18fd4ab94e648196aba1f85e0a
remove bashism. patch from Edward Z. Yang and Anders Kaseorg
diff --git a/GNUmakefile b/GNUmakefile index a3ccaf1..5464d14 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,201 +1,201 @@ # # This makefile system follows the structuring conventions # recommended by Peter Miller in his excellent paper: # # Recursive Make Considered Harmful # http://aegis.sourceforge.net/auug9...
gga/militant_aardvark
1077025f059f33daa53e6730327e5f47864cfc0a
Add an empty read me.
diff --git a/README b/README new file mode 100644 index 0000000..e69de29
rjharmon/git-backup-rotator
073c7cf8835722b6ecfaa78f809c7b2c3b9a9695
Added some docs
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ diff --git a/README b/README new file mode 100644 index 0000000..36998d3 --- /dev/null +++ b/README @@ -0,0 +1,120 @@ +Git Backup Rotator + +This project provides a simple mechanism for stor...
yuanying/yapra
a4f09350701cfad7fc250acaeca176bea614bed0
minor update to v0.2.2.
diff --git a/lib/yapra/version.rb b/lib/yapra/version.rb index 3cf0005..00bae73 100644 --- a/lib/yapra/version.rb +++ b/lib/yapra/version.rb @@ -1,9 +1,9 @@ module Yapra module VERSION #:nodoc: MAJOR = 0 MINOR = 2 - TINY = 1 + TINY = 2 STRING = [MAJOR, MINOR, TINY].join('.') end end
yuanying/yapra
b23186ee26163fe731af2198ce61188ef133d9ae
unused tasks is removed.
diff --git a/Rakefile b/Rakefile index 0f55e88..e32929d 100644 --- a/Rakefile +++ b/Rakefile @@ -1,32 +1,11 @@ require "bundler/gem_tasks" -task :install do - name = "#{NAME}-#{VERS}.gem" - sh %{rake package} - sh %{sudo gem install pkg/#{name}} -end - -task :uninstall => [:clean] do - sh %{sudo gem uninstall #{...
yuanying/yapra
aaccd6d3aa20445ee929a9f297a41a9fa850e142
added bundler support.
diff --git a/.gitignore b/.gitignore index d558527..4040c6c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ -doc -pkg -.DS_Store +*.gem +.bundle +Gemfile.lock +pkg/* diff --git a/.rspec b/.rspec new file mode 100644 index 0000000..53607ea --- /dev/null +++ b/.rspec @@ -0,0 +1 @@ +--colour diff --git a/Gemfile ...
yuanying/yapra
cf2124d6008ba709cd9c610198be905f8bacdae9
added History of v0.2.1.
diff --git a/ChangeLog b/ChangeLog index 3cc7035..c119e36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,33 +1,49 @@ +== 0.2.1 + +* 1 bug fix: + * Refferer fixed. + * Mail format bug is fixed. + * LoadError mechanizm is fixed. + +* 2 majar enhancement: + +== 0.2.0 + +* 1 bug fix: + +* 2 majar enhancement: + * Ruby 1....
yuanying/yapra
2d4229a5666c1386b4dad91056cfcc9d9fa1a5ed
dirの定義箇所を修正
diff --git a/lib-plugins/yapra/plugin/publish/file_download.rb b/lib-plugins/yapra/plugin/publish/file_download.rb index a1e9fea..2826b1f 100644 --- a/lib-plugins/yapra/plugin/publish/file_download.rb +++ b/lib-plugins/yapra/plugin/publish/file_download.rb @@ -1,60 +1,62 @@ require 'yapra/plugin/publish/on_memory_down...
yuanying/yapra
e68d64c2028c8c168cd212be21f48d8dc36e1243
boundaryの前後の改行を削除
diff --git a/lib-plugins/yapra/plugin/publish/mail.rb b/lib-plugins/yapra/plugin/publish/mail.rb index 23d0a92..f79a438 100644 --- a/lib-plugins/yapra/plugin/publish/mail.rb +++ b/lib-plugins/yapra/plugin/publish/mail.rb @@ -1,113 +1,110 @@ require 'yapra/version' require 'yapra/plugin/base' module Yapra::Plugin::...
yuanying/yapra
2eb956991f0c451d5d69847474b70be7b7ca1672
Refererが設定されない問題を修正
diff --git a/lib-plugins/yapra/plugin/publish/on_memory_download.rb b/lib-plugins/yapra/plugin/publish/on_memory_download.rb index e77d787..f53c301 100644 --- a/lib-plugins/yapra/plugin/publish/on_memory_download.rb +++ b/lib-plugins/yapra/plugin/publish/on_memory_download.rb @@ -1,86 +1,86 @@ require 'yapra/plugin/me...
yuanying/yapra
026a3e057366d0c12e45d8486c97725bb0f64e33
fix hadling of load error
diff --git a/lib/yapra/pipeline.rb b/lib/yapra/pipeline.rb index 8a06ca8..c0ccec0 100644 --- a/lib/yapra/pipeline.rb +++ b/lib/yapra/pipeline.rb @@ -1,93 +1,93 @@ require 'yapra' require 'yapra/pipeline_base' require 'yapra/runtime' require 'yapra/inflector' require 'yapra/legacy_plugin/base' class Yapra::Pipel...
yuanying/yapra
af83bb5d575ccf49094e280ad4b056f7bacb3f07
Version 0.2.0
diff --git a/lib/yapra/version.rb b/lib/yapra/version.rb index dfbd585..abf8aae 100644 --- a/lib/yapra/version.rb +++ b/lib/yapra/version.rb @@ -1,9 +1,9 @@ module Yapra module VERSION #:nodoc: MAJOR = 0 - MINOR = 1 - TINY = 4 + MINOR = 2 + TINY = 0 STRING = [MAJOR, MINOR, TINY].join('.') ...
yuanying/yapra
8d130c03fc6a4c3379624c5178818b3574029d23
fix error for Ruby 1.9.2
diff --git a/legacy_plugins/Filter/Translations/yahoo.rb b/legacy_plugins/Filter/Translations/yahoo.rb index 963e15c..4040400 100644 --- a/legacy_plugins/Filter/Translations/yahoo.rb +++ b/legacy_plugins/Filter/Translations/yahoo.rb @@ -1,40 +1,40 @@ ## Translate input strings by Yahoo Honyaku -- Soutaro Matsumoto ...
yuanying/yapra
58d281e2e1fb26374b4c3128d8cce24fc96fb2e0
fixed for Mechanize ver 1.0.0.
diff --git a/legacy_plugins/Download/nicovideo.rb b/legacy_plugins/Download/nicovideo.rb index 602a01b..727b1e7 100644 --- a/legacy_plugins/Download/nicovideo.rb +++ b/legacy_plugins/Download/nicovideo.rb @@ -1,45 +1,45 @@ ## Download Nicovideo FLV -- IKeJI ## ## Download from Nicovideo to file ## ## - module: Dow...
yuanying/yapra
566a50b92d8dff6ec41b7d9ef800e1b1d182acdb
method signature is changed, added argument binding to extract_attribute_from method.
diff --git a/Rakefile b/Rakefile index 03d660d..48b5d5c 100644 --- a/Rakefile +++ b/Rakefile @@ -1,119 +1,119 @@ $:.unshift('lib') require 'rubygems' require 'rake' require 'rake/clean' require 'rake/testtask' require 'rake/packagetask' require 'rake/gempackagetask' require 'rake/rdoctask' require 'rake/contri...
yuanying/yapra
787c709aed6b5a86b36db6348f353d6fefcbc07a
Added load path 'lib' to Rakefile.
diff --git a/Rakefile b/Rakefile index e0355e6..03d660d 100644 --- a/Rakefile +++ b/Rakefile @@ -1,119 +1,119 @@ -$:.unshift('.') +$:.unshift('lib') require 'rubygems' require 'rake' require 'rake/clean' require 'rake/testtask' require 'rake/packagetask' require 'rake/gempackagetask' require 'rake/rdoctask' req...
yuanying/yapra
876309e40a9ba233b3166b1e1079dba14029be4a
Modified release target site to gemcutter from rubyforge.
diff --git a/Rakefile b/Rakefile index 3c41be0..e0355e6 100644 --- a/Rakefile +++ b/Rakefile @@ -1,128 +1,119 @@ +$:.unshift('.') require 'rubygems' require 'rake' require 'rake/clean' require 'rake/testtask' require 'rake/packagetask' require 'rake/gempackagetask' require 'rake/rdoctask' require 'rake/contrib/...
yuanying/yapra
0b4b6f22a99bb96d4e92afd92a7ee856eff46d9d
suppress optparser warning on yapra executable file.
diff --git a/bin/yapra b/bin/yapra index 3e9dfe9..614e3c4 100755 --- a/bin/yapra +++ b/bin/yapra @@ -1,75 +1,77 @@ #!/usr/bin/env ruby -wKU $KCODE='u' require 'yaml' require 'optparse' require 'kconv' require 'pathname' require 'base64' YAPRA_ROOT = File.join(File.dirname(__FILE__), '..') $:.insert(0, *[ ...
yuanying/yapra
2560800d999b8f858e6623b267c65a4d36ea2295
使用していないファイルを削除。
diff --git a/Manifest.txt b/Manifest.txt deleted file mode 100644 index dfdb256..0000000 --- a/Manifest.txt +++ /dev/null @@ -1,119 +0,0 @@ -History.txt -LICENCE -License.txt -Manifest.txt -PostInstall.txt -README.txt -Rakefile -bin/yapra -config/hoe.rb -config/requirements.rb -fixtures/config/habu_like.yml -fixtures/c...
yuanying/yapra
5b2cf016ed8c64fbfd2b6c2bf3d226202a06523b
gem 生成時の newgem/hoe の依存関係を削除。
diff --git a/History.txt b/ChangeLog similarity index 100% rename from History.txt rename to ChangeLog diff --git a/README.mdown b/README.mdown new file mode 100644 index 0000000..427a112 --- /dev/null +++ b/README.mdown @@ -0,0 +1,29 @@ + += yapra-new + + +== Description + + +== Installation + +=== Archive Installatio...
yuanying/yapra
05b21dca0aca67e58556ef2eb92906ba3ddb786a
ソースコード中の Copyright holder 表記を修正。
diff --git a/lib/yapra.rb b/lib/yapra.rb index c1660ae..f4a74aa 100644 --- a/lib/yapra.rb +++ b/lib/yapra.rb @@ -1,42 +1,42 @@ #-- -# Copyright (c) 2008 fraction.jp. Yuanying, Some rights reserved. +# Copyright (c) 2008 Yuanying Ohtsuka # Original from 2008-06-12 http://pragger.ikejisoft.com/ # # Permission is here...
yuanying/yapra
1cb827fb1c2702c4f9732da083735112dea572e4
LICENSE と README の Copyright holder を同一に修正。
diff --git a/LICENCE b/LICENCE index 38a2658..cf32bab 100644 --- a/LICENCE +++ b/LICENCE @@ -1,22 +1,22 @@ -Copyright (c) 2008 fraction.jp. Some rights reserved. +Copyright (c) 2008 Yuanying Ohtsuka Original from 2008-06-12 http://pragger.ikejisoft.com/ Permission is hereby granted, free of charge, to any person ...
yuanying/yapra
86a1c2e3d32e9a17345fff87defee5cd0aab1f30
scaffold for ruby pipeline.
diff --git a/lib/yapra/pipeline.rb b/lib/yapra/pipeline.rb index 4527b54..9085cf3 100644 --- a/lib/yapra/pipeline.rb +++ b/lib/yapra/pipeline.rb @@ -1,139 +1,92 @@ require 'yapra' require 'yapra/runtime' require 'yapra/inflector' require 'yapra/legacy_plugin/base' -class Yapra::Pipeline - attr_reader :yapra, :co...
yuanying/yapra
68365cad5a34de63a35b4371cfae0f7c35269542
supported url lists on Feed::Custom.
diff --git a/History.txt b/History.txt index 432f1de..3cc7035 100644 --- a/History.txt +++ b/History.txt @@ -1,32 +1,33 @@ == 0.1.3 * 1 bug fix: * 2 majar enhancement: * Publish::Mail plugin is added. + * Feed::Custom supports url list. == 0.1.2 * 1 bug fix: * rss 1.0 format bug is fixed. (RSS::save...
yuanying/yapra
03161027712bfef5501610bf3e8fb7ec71802fa3
supported unauthorized smtp.
diff --git a/lib-plugins/yapra/plugin/publish/smtp.rb b/lib-plugins/yapra/plugin/publish/smtp.rb index 4a68687..89fc419 100644 --- a/lib-plugins/yapra/plugin/publish/smtp.rb +++ b/lib-plugins/yapra/plugin/publish/smtp.rb @@ -1,73 +1,80 @@ require 'net/smtp' require 'yapra/version' require 'yapra/plugin/publish/mail'...
yuanying/yapra
075e11274b72e3a86acee03d58dada82c825248a
fixed smtp from from from_template.
diff --git a/lib-plugins/yapra/plugin/publish/mail.rb b/lib-plugins/yapra/plugin/publish/mail.rb index 1c7b80d..a847501 100644 --- a/lib-plugins/yapra/plugin/publish/mail.rb +++ b/lib-plugins/yapra/plugin/publish/mail.rb @@ -1,112 +1,112 @@ require 'yapra/version' require 'yapra/plugin/base' module Yapra::Plugin::...
yuanying/yapra
8fd42b1434dccd387e0125399ce9cea9f52471a3
modified History.
diff --git a/History.txt b/History.txt index e24babb..432f1de 100644 --- a/History.txt +++ b/History.txt @@ -1,25 +1,32 @@ +== 0.1.3 + +* 1 bug fix: + +* 2 majar enhancement: + * Publish::Mail plugin is added. + == 0.1.2 * 1 bug fix: * rss 1.0 format bug is fixed. (RSS::save) * 2 majar enhancement: * Erro...
yuanying/yapra
83e3360874803c7e70334e4fd442e56c84ab39ea
added Publish::Smtp
diff --git a/lib-plugins/yapra/plugin/publish/mail.rb b/lib-plugins/yapra/plugin/publish/mail.rb index 0b37487..1c7b80d 100644 --- a/lib-plugins/yapra/plugin/publish/mail.rb +++ b/lib-plugins/yapra/plugin/publish/mail.rb @@ -1,112 +1,112 @@ require 'yapra/version' require 'yapra/plugin/base' module Yapra::Plugin::...
yuanying/yapra
4f37a80303d1e715575c12a822820614a14230ca
separated Publish::Mail from Publish::Imap
diff --git a/lib-plugins/yapra/plugin/publish/gmail.rb b/lib-plugins/yapra/plugin/publish/gmail.rb index 8f73956..4977e05 100644 --- a/lib-plugins/yapra/plugin/publish/gmail.rb +++ b/lib-plugins/yapra/plugin/publish/gmail.rb @@ -1,27 +1,30 @@ require 'net/imap' require 'yapra/plugin/publish/imap' module Yapra::Plu...
yuanying/yapra
b3a210758ff88f487e5682976b6657e2f3d3802b
improved error log on yapra.
diff --git a/bin/yapra b/bin/yapra index d546a0d..3e9dfe9 100755 --- a/bin/yapra +++ b/bin/yapra @@ -1,73 +1,75 @@ #!/usr/bin/env ruby -wKU $KCODE='u' require 'yaml' require 'optparse' require 'kconv' require 'pathname' require 'base64' YAPRA_ROOT = File.join(File.dirname(__FILE__), '..') $:.insert(0, *[ ...
yuanying/yapra
e7603f5c9b22161f0e28941b5ad4657ebe2665aa
improved attribute reading for pipline logger.
diff --git a/Manifest.txt b/Manifest.txt index b029c7b..60c002e 100644 --- a/Manifest.txt +++ b/Manifest.txt @@ -1,240 +1,117 @@ -.git/COMMIT_EDITMSG -.git/FETCH_HEAD -.git/HEAD -.git/ORIG_HEAD -.git/config -.git/description -.git/hooks/applypatch-msg -.git/hooks/commit-msg -.git/hooks/post-commit -.git/hooks/post-rece...
yuanying/yapra
1eb64107cfdc9a512283da024f5c8f73ba162c45
fixed pipeline data transfer is breaked.
diff --git a/Manifest.txt b/Manifest.txt index d9315a4..b029c7b 100644 --- a/Manifest.txt +++ b/Manifest.txt @@ -1,112 +1,240 @@ +.git/COMMIT_EDITMSG +.git/FETCH_HEAD +.git/HEAD +.git/ORIG_HEAD +.git/config +.git/description +.git/hooks/applypatch-msg +.git/hooks/commit-msg +.git/hooks/post-commit +.git/hooks/post-rece...
yuanying/yapra
465fc3848dbeb79ada4f0301c9a0e78db24b74c8
added History of 0.1.2.
diff --git a/History.txt b/History.txt index 3a6f160..e24babb 100644 --- a/History.txt +++ b/History.txt @@ -1,16 +1,25 @@ +== 0.1.2 + +* 1 bug fix: + * rss 1.0 format bug is fixed. (RSS::save) + +* 2 majar enhancement: + * Error handling of plugin is added. + * Plugin load error has more detailed informations. + =...
yuanying/yapra
7f448411a21d7706e25fb07b2cc7d6549d5909f1
added spec for pipeline.
diff --git a/lib-plugins/yapra/plugin/test/test.rb b/lib-plugins/yapra/plugin/test/test.rb new file mode 100644 index 0000000..afcc137 --- /dev/null +++ b/lib-plugins/yapra/plugin/test/test.rb @@ -0,0 +1,14 @@ +require 'yapra/plugin' + +module Yapra::Plugin::Test + class Test + def run(data) + puts 'test!!' + ...
yuanying/yapra
c14c490945d63d8143c376334eed19015d633da8
fixed plugin load error has more detailed informations.
diff --git a/bin/yapra b/bin/yapra index 7031cbd..d546a0d 100755 --- a/bin/yapra +++ b/bin/yapra @@ -1,71 +1,73 @@ #!/usr/bin/env ruby -wKU $KCODE='u' require 'yaml' require 'optparse' require 'kconv' require 'pathname' require 'base64' YAPRA_ROOT = File.join(File.dirname(__FILE__), '..') $:.insert(0, *[ ...
yuanying/yapra
decb9d7cc1cb085eda67db9913ad40d63ef63a43
added default logger for Yapra::Runtime.
diff --git a/lib/yapra/runtime.rb b/lib/yapra/runtime.rb index f59bd0e..1a8a3d6 100644 --- a/lib/yapra/runtime.rb +++ b/lib/yapra/runtime.rb @@ -1,52 +1,56 @@ +require 'logger' require 'yapra' require 'yapra/pipeline' require 'yapra/config' require 'yapra/inflector' # = How to use # # require 'yapra/runti...
yuanying/yapra
83dde78ddb9dc1d71bb605c307131f90d9199411
changed pipeline initialize method signature order.
diff --git a/lib/yapra/pipeline.rb b/lib/yapra/pipeline.rb index 81b476c..35ff832 100644 --- a/lib/yapra/pipeline.rb +++ b/lib/yapra/pipeline.rb @@ -1,115 +1,117 @@ require 'yapra' +require 'yapra/runtime' require 'yapra/inflector' require 'yapra/legacy_plugin/base' class Yapra::Pipeline attr_reader :yapra, :c...
yuanying/yapra
b4b8c0f4dae3bc96335b8fe94e861578b216ebe3
fixed rescue exception bug.
diff --git a/bin/yapra b/bin/yapra index 939680a..7031cbd 100755 --- a/bin/yapra +++ b/bin/yapra @@ -1,70 +1,71 @@ #!/usr/bin/env ruby -wKU $KCODE='u' require 'yaml' require 'optparse' require 'kconv' require 'pathname' require 'base64' YAPRA_ROOT = File.join(File.dirname(__FILE__), '..') $:.insert(0, *[ ...
yuanying/yapra
b373e05c4a22ef256f7e4e1cc2764b25f9dd5b74
raise_error module is added for debug.
diff --git a/lib-plugins/yapra/plugin/filter/deduped.rb b/lib-plugins/yapra/plugin/filter/deduped.rb index 9e9abc9..a07d674 100644 --- a/lib-plugins/yapra/plugin/filter/deduped.rb +++ b/lib-plugins/yapra/plugin/filter/deduped.rb @@ -1,56 +1,57 @@ require 'yapra/plugin/base' require 'fileutils' require 'pathname' re...
yuanying/yapra
fe7b638347f2c909c952304189edf3330b90962c
added error handling when pipeline is running.
diff --git a/lib-plugins/yapra/plugin/filter/deduped.rb b/lib-plugins/yapra/plugin/filter/deduped.rb new file mode 100644 index 0000000..9e9abc9 --- /dev/null +++ b/lib-plugins/yapra/plugin/filter/deduped.rb @@ -0,0 +1,56 @@ +require 'yapra/plugin/base' +require 'fileutils' +require 'pathname' +require 'digest/md5' + +...
yuanying/yapra
e890e594d3c23761e5a836a2829d82efef4ae5ef
ignore .DS_Store.
diff --git a/.gitignore b/.gitignore index de31a45..d558527 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ doc pkg +.DS_Store
yuanying/yapra
5718ec4615345cb3ce3511dc3fd63e57e5dbf889
element attribute support for mechanizebase.
diff --git a/lib/yapra/pipeline.rb b/lib/yapra/pipeline.rb index 4c527e1..47e3236 100644 --- a/lib/yapra/pipeline.rb +++ b/lib/yapra/pipeline.rb @@ -1,95 +1,100 @@ require 'yapra' require 'yapra/inflector' require 'yapra/legacy_plugin/base' class Yapra::Pipeline attr_reader :yapra, :context attr_accessor :l...
yuanying/yapra
7e32cedd19e290e2eb6873405ed899d758592ab5
add error message for module load error.
diff --git a/lib/yapra/pipeline.rb b/lib/yapra/pipeline.rb index 0e711ef..4c527e1 100644 --- a/lib/yapra/pipeline.rb +++ b/lib/yapra/pipeline.rb @@ -1,95 +1,95 @@ require 'yapra' require 'yapra/inflector' require 'yapra/legacy_plugin/base' class Yapra::Pipeline attr_reader :yapra, :context attr_accessor :le...
yuanying/yapra
96d187291811e3fd6e97bc076692849c769b2e98
bug fix for rss 1.0 format.
diff --git a/legacy_plugins/RSS/save.rb b/legacy_plugins/RSS/save.rb index 2f50497..3d0fa43 100644 --- a/legacy_plugins/RSS/save.rb +++ b/legacy_plugins/RSS/save.rb @@ -1,41 +1,41 @@ ## Save RSS as a file -- IKeJI ## ## Save RSS as a file. ## Title, Link, and Description of the RSS can be set. ## The input is exp...
yuanying/yapra
0a77487ac561eab0c0b508530916f36e536a2151
fix bug Feed::Load plugin.
diff --git a/lib-plugins/yapra/plugin/feed/load.rb b/lib-plugins/yapra/plugin/feed/load.rb index e517612..856f1a4 100644 --- a/lib-plugins/yapra/plugin/feed/load.rb +++ b/lib-plugins/yapra/plugin/feed/load.rb @@ -1,39 +1,39 @@ require 'yapra/plugin/mechanize_base' module Yapra::Plugin::Feed # = Load RSS from giv...
yuanying/yapra
63cf2e1dfda0480a5e574ac42e80c00e9bc33147
output error when pipeline raise error.
diff --git a/bin/yapra b/bin/yapra index 6178128..939680a 100755 --- a/bin/yapra +++ b/bin/yapra @@ -1,66 +1,70 @@ #!/usr/bin/env ruby -wKU $KCODE='u' require 'yaml' require 'optparse' require 'kconv' require 'pathname' require 'base64' YAPRA_ROOT = File.join(File.dirname(__FILE__), '..') $:.insert(0, *[ ...
yuanying/yapra
6fdee1b954c41fc206d8a1f0674be1e70fe3ea0e
add explanation of git hub.
diff --git a/History.txt b/History.txt index 0073408..3a6f160 100644 --- a/History.txt +++ b/History.txt @@ -1,15 +1,16 @@ == 0.1.1 * 1 bug fix: * Publish::Imap, mailbox select fixed. * Spec files are added. * 2 majar enhancement: * A few plugins are added. * RDoc is improved. * -d option is added...
yuanying/yapra
a60874705526a023a4a26ead6ab41dcf0675057f
version string retrieve from Yapra::VERSION.
diff --git a/bin/yapra b/bin/yapra old mode 100644 new mode 100755 index b8fdf97..6178128 --- a/bin/yapra +++ b/bin/yapra @@ -1,65 +1,66 @@ #!/usr/bin/env ruby -wKU $KCODE='u' require 'yaml' require 'optparse' require 'kconv' require 'pathname' require 'base64' YAPRA_ROOT = File.join(File.dirname(__FILE__), '...
yuanying/yapra
c52b1111aec112255469017b140867d7c29b072d
ignore pkg and doc folder.
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..de31a45 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +doc +pkg
yuanying/yapra
9a2528ae19bc90bc93671e4c972d8dc019e78f74
add legacy_plugins from pragger.
diff --git a/legacy_plugins/Download/nicovideo.rb b/legacy_plugins/Download/nicovideo.rb new file mode 100644 index 0000000..602a01b --- /dev/null +++ b/legacy_plugins/Download/nicovideo.rb @@ -0,0 +1,45 @@ +## Download Nicovideo FLV -- IKeJI +## +## Download from Nicovideo to file +## +## - module: Download::nicovideo...
yuanying/yapra
b1ab78a58c9b595dc33e9985f60f191b4fd84794
fix readme url.
diff --git a/README.txt b/README.txt index edb8f48..81acf11 100644 --- a/README.txt +++ b/README.txt @@ -1,66 +1,67 @@ = yapra -* http://www.fraction.jp/trac/rana2/wiki/Yapra +* http://yapra.rubyforge.org/ +* http://github.com/yuanying/yapra/tree/master == DESCRIPTION: Yet Another Pragger(http://pragger.ikejis...
yuanying/yapra
0e474b24842d81ffa534be993401a2b19f68dc32
logger out is changed.
diff --git a/lib-plugins/yapra/plugin/feed/load.rb b/lib-plugins/yapra/plugin/feed/load.rb index e84839c..e517612 100644 --- a/lib-plugins/yapra/plugin/feed/load.rb +++ b/lib-plugins/yapra/plugin/feed/load.rb @@ -1,38 +1,39 @@ require 'yapra/plugin/mechanize_base' module Yapra::Plugin::Feed # = Load RSS from giv...
yuanying/yapra
a2813f3af562b7c7c3ecd56144bb75fca9e9d3ab
LegacyPlugin::Base spec is added.
diff --git a/Manifest.txt b/Manifest.txt index 232be71..d9315a4 100644 --- a/Manifest.txt +++ b/Manifest.txt @@ -1,109 +1,112 @@ History.txt LICENCE License.txt Manifest.txt PostInstall.txt README.txt Rakefile bin/yapra config/hoe.rb config/requirements.rb fixtures/config/habu_like.yml fixtures/config/mixed...