Ben Kurtovic
a3b1f6d0c3
Merge branch 'feature/database' into develop
10 年前
Ben Kurtovic
56f23e682a
Database to v6; flesh out a lot of Database.search().
10 年前
Ben Kurtovic
950b6994f0
Database to v5; finish Database.insert().
10 年前
Ben Kurtovic
d6ccdbd16d
Fix a couble Database bugs.
10 年前
Ben Kurtovic
d2aef2829e
Finish database insertion, except for origins.
10 年前
Ben Kurtovic
97b0644bf0
Database to v4: split off symbol_locations table.
10 年前
Ben Kurtovic
e3a838220c
Flesh out most of Database.insert().
10 年前
Ben Kurtovic
821a6ae4f1
DB -> v3 for symbol->code assoc vs. ->codelet ( fixes #13 )
10 年前
Ben Kurtovic
0b655daaff
Finish migration to v2.
10 年前
Ben Kurtovic
a5cc3537cb
Credits.
10 年前
Ben Kurtovic
22d6b62547
Update schema to v2; database updates.
10 年前
Ben Kurtovic
0d0a74f9df
Some more work on db stuff.
10 年前
Ben Kurtovic
54bca5894f
Move database stuff to a subpackage; updates.
10 年前
Ben Kurtovic
ad3de0615f
Fix some typos in the schema.
10 年前
Ben Kurtovic
fb4e0d5916
FULLTEXT KEYs where appropriate.
10 年前
Ben Kurtovic
75b243f685
Remove languages table; add indexed field for codelet rank.
10 年前
Ben Kurtovic
1cbe669c02
More work on db schema; all except FTS indices.
10 年前
Ben Kurtovic
bc3b9e7587
Some more database design work.
10 年前
Ben Kurtovic
085fd62704
Database schema, hashing module, some other things.
10 年前
Ben Kurtovic
962dd9aef5
Docstrings for Database methods; oursql dependency.
10 年前
Severyn Kozak
20b518fccc
Minor refactor of codelet.
Add:
bitshift/codelet.py
-complete docstrings, add filename to Codelet constructor.
10 年前
Severyn Kozak
6a4ba580ed
Add Codelet, crawler dependencies to setup.
Add:
bitshift/codelet.py
-add Codelet class with constructor.
README.md
-add SASS stylesheet documentation
10 年前
Ben Kurtovic
902d734c28
Update __init__.py.
10 年前
Severyn Kozak
b70e2c961d
Update assets module with template docstring.
Mod:
bitshift/assets.py
-convert existing docstrings to the Sphinx auto-doc format.
10 年前
Ben Kurtovic
0c68988982
CREATE THE THINGS
10 年前
Ben Kurtovic
6a9598fe12
Basic setup.py.
10 年前
Ben Kurtovic
08249e086e
Fix __init__.py and add some info to README.
10 年前
Ben Kurtovic
6adea4a97e
Adding basic sphinx documentation.
10 年前
Ben Kurtovic
404a2fb7e3
Fix names in license.
10 年前
Ben Kurtovic
82147c7b51
Fix description.
10 年前
Severyn Kozak
6ff65c0906
Merge branch 'master' into develop
Conflicts:
app.py
10 年前
Severyn Kozak
f24d2a6be2
Add assets/config module, SASS files, templates.
Add:
bitshift/assets.py
-add module that contains functions to be called from inside the
templates/ Jinja HTML files -- currently contains tag(), which generates
an HTML asset tag based on a filename.
bitshift/config.py
-add Flask configuration module.
static/(sass/main.sass, css/main.css)
-create isolated directory for SASS files; compiled CSS files will be
stored in static/css.
static/css/_mixins.sass
-add SASS partial to contain mixins (globally relevant to the project's
styling).
templates/layout.html
-add various metadata.
10 年前
Severyn Kozak
9d06e0c442
Add skeleton dir-structure, content to files.
Add:
app.py
-add boilerplate Flask source.
bitshift/
-directory for all python source.
templates/(layout, index).html
-add global layout template, and placeholder home page.
static/css/main.sass
-add placeholder main SASS file.
10 年前
Ben Kurtovic
02c58909a7
app.py
10 年前
Ben Kurtovic
e3b711ade3
Initial commit
10 年前