Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc056ebb65 | ||
|
|
d825a79db3 | ||
|
|
a7f4618583 | ||
|
|
3a140c64a7 | ||
|
|
4808a03ae6 | ||
|
|
ca1bc511dd | ||
|
|
af1abe7817 |
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -3,4 +3,4 @@
|
||||
url = git@bitbucket.org:hugogogo/2023_website_jipf_private.git
|
||||
[submodule "wordpress_docker"]
|
||||
path = wordpress_docker
|
||||
url = git@bitbucket.org:hugogogo/program_wordpress_docker.git
|
||||
url = git@bitbucket.org:hugogogo/docker_wordpress.git
|
||||
|
||||
35
README.md
35
README.md
@@ -1,6 +1,39 @@
|
||||
# jipf 2023
|
||||
|
||||
#### install
|
||||
### install
|
||||
---
|
||||
|
||||
this project uses submodules recursively, so you after cloning you need to :
|
||||
|
||||
`git submodule update --init --recursive`
|
||||
|
||||
|
||||
### presentation
|
||||
---
|
||||
|
||||
- this repo is a plugin for wordpress, designed to be used inside a specific website : [2022.lejourdesprofs.org](https://2022.lejourdesprofs.org/#programme)
|
||||
- this is a website for an event, that took place in november 2022, and was proposing hundreds of speakers all around the world
|
||||
- and this plugin generates a map, based on google maps, with markers that places every speach
|
||||
- it allows for filters and selections
|
||||
|
||||
|
||||
### how the markers colapse and multiply with zoom
|
||||
---
|
||||
|
||||

|
||||
|
||||
|
||||
### how the filters allow for selection
|
||||
---
|
||||
|
||||

|
||||
|
||||
|
||||
### technologie
|
||||
---
|
||||
|
||||
- wordpress backend
|
||||
- php
|
||||
- vanilla javascript front-end
|
||||
- google maps api
|
||||
|
||||
|
||||
BIN
docs/ljdp_map_clusters.gif
Normal file
BIN
docs/ljdp_map_clusters.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.4 MiB |
BIN
docs/ljdp_map_clusters_square.gif
Normal file
BIN
docs/ljdp_map_clusters_square.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 MiB |
BIN
docs/ljdp_map_complete.gif
Normal file
BIN
docs/ljdp_map_complete.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 MiB |
BIN
docs/ljdp_map_filters.gif
Normal file
BIN
docs/ljdp_map_filters.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 855 KiB |
11
notes.md
11
notes.md
@@ -1,10 +1,21 @@
|
||||
|
||||
### infos
|
||||
|
||||
- need acf installed on wp to work, because it uses the acf function `get_field()`
|
||||
|
||||
### duplicator wordpress
|
||||
|
||||
- https://duplicator.com/knowledge-base/classic-install/
|
||||
- installer.php has two errors :
|
||||
- delete first blank line
|
||||
- close last line comment
|
||||
1. download .zip and installer.php
|
||||
2. put them on the server :
|
||||
- in an empty file, accessible with url
|
||||
- then go to this file with url, and go to installer.php
|
||||
- in the steps you have to inform a database
|
||||
- use a new database, because it will erase everything
|
||||
- use localhost for the host, i dont know why
|
||||
|
||||
### commands
|
||||
|
||||
|
||||
Reference in New Issue
Block a user