about summary refs log tree commit diff stats
path: root/code/entry.rb
Commit message (Collapse)AuthorAgeFilesLines
* option to show ascii only and replace non-ascii with *hut2009-07-031-0/+4
|
* recognize *.part ending and remove it internallyhut2009-06-181-0/+4
|
* fix minor bugshut2009-06-181-2/+3
|
* add video? audio? image? methods to Directory::Entryhut2009-06-151-2/+5
| | | | i have also added aliases for backward compatibility
* fixing & cleaning uphut2009-06-131-2/+1
|
* rewrite of the way files are executed, easier confighut2009-06-131-7/+19
|
* detached entry from directory into a seperate filehut2009-06-121-0/+140
id=c8bf654e2cd234bfd35ca97d6994b078b1b9b5ba'>c8bf654e ^
c8bf654e ^




355f2a68 ^
7dfea94c ^
54c43b61 ^
355f2a68 ^

f533c6c1 ^
355f2a68 ^
6e24995e ^
54c43b61 ^
c8bf654e ^
4148f053 ^
03b90cf5 ^

ea261b88 ^

03b90cf5 ^



ea261b88 ^

03b90cf5 ^

caa95562 ^
53130f0e ^










632528a9 ^

54c43b61 ^




632528a9 ^

f533c6c1 ^
4148f053 ^
2a22ec92 ^




ea261b88 ^




7db2da6d ^



2a22ec92 ^
54c43b61 ^

4148f053 ^

ea261b88 ^



















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127