forked from GNUsocial/gnu-social
		
	actions
avatar
background
classes
db
core.php
foreign_services.sql
location_namespace.sql
notice_source.sql
site.sql
sms_carrier.sql
doc-src
extlib
file
js
lib
local
locale
mail-src
plugins
scripts
tests
theme
tpl
.gitignore
CONFIGURE
COPYING
EVENTS.txt
INSTALL
Makefile
PLUGINS.txt
README
UPGRADE
apple-touch-icon.png
config.php.sample
favicon.ico
htaccess.sample
index.php
install.php
lighttpd.conf.example
		
			
				
	
	
		
			6 lines
		
	
	
		
			131 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			131 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
insert into location_namespace
 | 
						|
    (id, description, created)
 | 
						|
values
 | 
						|
    (1, 'Geonames', now()),
 | 
						|
    (2, 'Where on Earth', now());
 |