Ben Kurtovic
d2aef2829e
Finish database insertion, except for origins.
há 10 anos
Ben Kurtovic
97b0644bf0
Database to v4: split off symbol_locations table.
há 10 anos
Ben Kurtovic
e3a838220c
Flesh out most of Database.insert().
há 10 anos
Ben Kurtovic
821a6ae4f1
DB -> v3 for symbol->code assoc vs. ->codelet ( fixes #13 )
há 10 anos
Ben Kurtovic
0b655daaff
Finish migration to v2.
há 10 anos
Ben Kurtovic
22d6b62547
Update schema to v2; database updates.
há 10 anos
Ben Kurtovic
0d0a74f9df
Some more work on db stuff.
há 10 anos
Ben Kurtovic
54bca5894f
Move database stuff to a subpackage; updates.
há 10 anos
Ben Kurtovic
ad3de0615f
Fix some typos in the schema.
há 10 anos
Ben Kurtovic
fb4e0d5916
FULLTEXT KEYs where appropriate.
há 10 anos
Ben Kurtovic
75b243f685
Remove languages table; add indexed field for codelet rank.
há 10 anos
Ben Kurtovic
1cbe669c02
More work on db schema; all except FTS indices.
há 10 anos
Ben Kurtovic
bc3b9e7587
Some more database design work.
há 10 anos
Ben Kurtovic
085fd62704
Database schema, hashing module, some other things.
há 10 anos
Ben Kurtovic
962dd9aef5
Docstrings for Database methods; oursql dependency.
há 10 anos
Severyn Kozak
20b518fccc
Minor refactor of codelet.
Add:
bitshift/codelet.py
-complete docstrings, add filename to Codelet constructor.
há 10 anos
Severyn Kozak
6a4ba580ed
Add Codelet, crawler dependencies to setup.
Add:
bitshift/codelet.py
-add Codelet class with constructor.
README.md
-add SASS stylesheet documentation
há 10 anos
Ben Kurtovic
902d734c28
Update __init__.py.
há 10 anos
Severyn Kozak
b70e2c961d
Update assets module with template docstring.
Mod:
bitshift/assets.py
-convert existing docstrings to the Sphinx auto-doc format.
há 10 anos
Ben Kurtovic
0c68988982
CREATE THE THINGS
há 10 anos
Ben Kurtovic
6a9598fe12
Basic setup.py.
há 10 anos
Ben Kurtovic
08249e086e
Fix __init__.py and add some info to README.
há 10 anos
Ben Kurtovic
6adea4a97e
Adding basic sphinx documentation.
há 10 anos
Ben Kurtovic
404a2fb7e3
Fix names in license.
há 10 anos
Ben Kurtovic
82147c7b51
Fix description.
há 10 anos
Severyn Kozak
6ff65c0906
Merge branch 'master' into develop
Conflicts:
app.py
há 10 anos
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.
há 10 anos
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.
há 10 anos
Ben Kurtovic
02c58909a7
app.py
há 10 anos
Ben Kurtovic
e3b711ade3
Initial commit
há 10 anos